| Package | Description |
|---|---|
| org.apache.hive.spark.client.metrics |
| Modifier and Type | Field and Description |
|---|---|
ShuffleWriteMetrics |
Metrics.shuffleWriteMetrics
If tasks wrote to shuffle output, metrics on the written shuffle data.
|
| Constructor and Description |
|---|
Metrics(long executorDeserializeTime,
long executorDeserializeCpuTime,
long executorRunTime,
long executorCpuTime,
long resultSize,
long jvmGCTime,
long resultSerializationTime,
long memoryBytesSpilled,
long diskBytesSpilled,
long taskDurationTime,
InputMetrics inputMetrics,
ShuffleReadMetrics shuffleReadMetrics,
ShuffleWriteMetrics shuffleWriteMetrics) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.