We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4e5b5 commit 9d4e8c1Copy full SHA for 9d4e8c1
docs/source/user-guide/installation.md
@@ -81,7 +81,7 @@ $SPARK_HOME/bin/spark-shell \
81
--conf spark.driver.extraClassPath=$COMET_JAR \
82
--conf spark.executor.extraClassPath=$COMET_JAR \
83
--conf spark.plugins=org.apache.spark.CometPlugin \
84
- --conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager
+ --conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \
85
--conf spark.comet.explainFallback.enabled=true \
86
--conf spark.memory.offHeap.enabled=true \
87
--conf spark.memory.offHeap.size=16g \
0 commit comments