Skip to content

Commit

Permalink
feat: Enable Comet shuffle manager for Comet shell (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston authored Mar 13, 2024
1 parent e920aa4 commit 5d9d95e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/comet-spark-shell
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ RUST_BACKTRACE=1 $SPARK_HOME/bin/spark-shell \
--conf spark.comet.enabled=true \
--conf spark.comet.exec.enabled=true \
--conf spark.comet.exec.all.enabled=true \
--conf spark.comet.exec.shuffle.enabled=true \
--conf spark.shuffle.manager=org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager \
$@

0 comments on commit 5d9d95e

Please sign in to comment.