Github user yucai commented on a diff in the pull request: https://github.com/apache/spark/pull/22861#discussion_r229162191 --- Diff: external/avro/src/test/scala/org/apache/spark/sql/execution/benchmark/AvroWriteBenchmark.scala --- @@ -19,22 +19,17 @@ package org.apache.spark.sql.execution.benchmark /** * Benchmark to measure Avro data sources write performance. - * Usage: - * 1. with spark-submit: bin/spark-submit --class <this class> <spark sql test jar> - * 2. with sbt: build/sbt "avro/test:runMain <this class>" + * To run this benchmark: + * {{{ + * 1. without sbt: bin/spark-submit --class <this class> --- End diff -- @yucai Good catch! I think it needs `<spark avro jar>`, added.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org