File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
docs/source/contributor-guide Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ $SPARK_HOME/bin/spark-submit \
8989 --conf spark.memory.offHeap.size=16g \
9090 --conf spark.eventLog.enabled=true \
9191 /path/to/datafusion-benchmarks/runners/datafusion-comet/tpcbench.py \
92- --name spark \
9392 --benchmark tpch \
9493 --data /Users/rusty/Data/tpch/sf100 \
9594 --queries /path/to/datafusion-benchmarks/tpch/queries \
@@ -136,7 +135,6 @@ $SPARK_HOME/bin/spark-submit \
136135 --conf spark.comet.exec.replaceSortMergeJoin=true \
137136 --conf spark.comet.cast.allowIncompatible=true \
138137 /path/to/datafusion-benchmarks/runners/datafusion-comet/tpcbench.py \
139- --name comet \
140138 --benchmark tpch \
141139 --data /path/to/tpch-data/ \
142140 --queries /path/to/datafusion-benchmarks//tpch/queries \
You can’t perform that action at this time.
0 commit comments