Skip to content

Commit 9d4e8c1

Browse files
authored
Fix: fix missing slash in spark script (#1334)
1 parent 9a4e5b5 commit 9d4e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $SPARK_HOME/bin/spark-shell \
8181
--conf spark.driver.extraClassPath=$COMET_JAR \
8282
--conf spark.executor.extraClassPath=$COMET_JAR \
8383
--conf spark.plugins=org.apache.spark.CometPlugin \
84-
--conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager
84+
--conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \
8585
--conf spark.comet.explainFallback.enabled=true \
8686
--conf spark.memory.offHeap.enabled=true \
8787
--conf spark.memory.offHeap.size=16g \

0 commit comments

Comments
 (0)