We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2479e1a commit cf61f1cCopy full SHA for cf61f1c
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/DataSourceReadBenchmark.scala
@@ -36,7 +36,7 @@ import org.apache.spark.sql.vectorized.ColumnVector
36
* Benchmark to measure data source read performance.
37
* To run this benchmark:
38
* {{{
39
- * 1. without sbt: bin/spark-submit --class <this class> <spark sql test jar>
+ * 1. without sbt: bin/spark-submit --class <this class> --jars <spark core test jar>,<spark catalyst test jar> <spark sql test jar>
40
* 2. build/sbt "sql/test:runMain <this class>"
41
* 3. generate result: SPARK_GENERATE_BENCHMARK_FILES=1 build/sbt "sql/test:runMain <this class>"
42
* Results will be written to "benchmarks/DataSourceReadBenchmark-results.txt".
0 commit comments