File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -127,3 +127,13 @@ Here is a guide to some of the native metrics.
127127| ` elapsed_compute ` | Total time spent in this operator, fetching batches from a JVM iterator. |
128128| ` jvm_fetch_time ` | Time spent in the JVM fetching input batches to be read by this ` ScanExec ` instance. |
129129| ` arrow_ffi_time ` | Time spent using Arrow FFI to create Arrow batches from the memory addresses returned from the JVM. |
130+
131+ ## Explain Plan
132+ ### Extended Explain
133+ With Spark 4.0.0 and newer, Comet can provide extended explain plan information in the Spark UI. Currently this lists
134+ reasons why Comet may not have been enabled for specific operations.
135+ To enable this, in the Spark configuration, set the following:
136+ ``` shell
137+ -c spark.sql.extendedExplainProviders=org.apache.comet.ExtendedExplainInfo
138+ ```
139+ This will add a section to the detailed plan displayed in the Spark SQL UI page.
You can’t perform that action at this time.
0 commit comments