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 executorRunTime,
long resultSize,
long jvmGCTime,
long resultSerializationTime,
long memoryBytesSpilled,
long diskBytesSpilled,
InputMetrics inputMetrics,
ShuffleReadMetrics shuffleReadMetrics,
ShuffleWriteMetrics shuffleWriteMetrics) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.