Skip to content

Commit cf61f1c

Browse files
committed
[SPARK-25662][TEST] fix spark-submit command
1 parent 2479e1a commit cf61f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/DataSourceReadBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import org.apache.spark.sql.vectorized.ColumnVector
3636
* Benchmark to measure data source read performance.
3737
* To run this benchmark:
3838
* {{{
39-
* 1. without sbt: bin/spark-submit --class <this class> <spark sql test jar>
39+
* 1. without sbt: bin/spark-submit --class <this class> --jars <spark core test jar>,<spark catalyst test jar> <spark sql test jar>
4040
* 2. build/sbt "sql/test:runMain <this class>"
4141
* 3. generate result: SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt "sql/test:runMain <this class>"
4242
* Results will be written to "benchmarks/DataSourceReadBenchmark-results.txt".

0 commit comments

Comments
 (0)