We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f839e commit fec2c9cCopy full SHA for fec2c9c
benchmarks/pyspark/run_all_benchmarks.sh
@@ -65,7 +65,7 @@ run_comet_benchmark() {
65
local benchmark=$2
66
67
echo ""
68
- echo ">>> Running COMET $shuffle_mode shuffle benchmark: $benchmark..."
+ echo ">>> Running COMET $shuffle_mode-shuffle benchmark: $benchmark..."
69
70
$SPARK_HOME/bin/spark-submit \
71
--master "$SPARK_MASTER" \
0 commit comments