postDriverMetricUpdates(
sc: SparkContext,
executionId: String,
metrics: Seq[SQLMetric]): Unit
SQLMetric — Physical Operator Metric
SQLMetric
is a accumulator metric used to monitor performance of physical operators.
Note
|
Use Details for Query page in SQL tab in web UI to see the metrics of a structured query. |
Metric Type | Create Method | Failed Values Counted? | Description |
---|---|---|---|
no |
Used when… |
||
no |
Used when… |
||
no |
Used when… |
Posting Driver-Side Updates to SQLMetrics — postDriverMetricUpdates
Method
postDriverMetricUpdates
posts a SparkListenerDriverAccumUpdates to a SparkListenerBus when executionId
is specified.
Note
|
postDriverMetricUpdates used in BroadcastExchangeExec, FileSourceScanExec and SubqueryExec physical operators.
|