You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (JIRA)" <ji...@apache.org> on 2017/09/11 07:37:00 UTC

[jira] [Created] (SPARK-21973) Add a new option to filter queries to run in TPCDSQueryBenchmark

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org