| Package | Description |
|---|---|
| org.apache.hive.spark.client.metrics |
| Modifier and Type | Field and Description |
|---|---|
InputMetrics |
Metrics.inputMetrics
If tasks read from a HadoopRDD or from persisted data, metrics on how much data was read.
|
| 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.