Takeshi Yamamuro created SPARK-21973: ----------------------------------------
Summary: Add a new option to filter queries to run in TPCDSQueryBenchmark Key: SPARK-21973 URL: https://issues.apache.org/jira/browse/SPARK-21973 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 2.2.0 Reporter: Takeshi Yamamuro Priority: Minor By default, `TPCDSQueryBenchmark` runs all the TPC-DS queries. So, it might help to add a new option to filter the queries that you want to run, e.g., to run q2, q4, and q6 only: spark-submit --class <this class> --conf spark.sql.tpcds.queryFilter="q2,q4,q6" --jars <spark sql test jar> -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org