[ 
https://issues.apache.org/jira/browse/SPARK-21973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiao Li resolved SPARK-21973.
-----------------------------
       Resolution: Fixed
         Assignee: Takeshi Yamamuro
    Fix Version/s: 2.3.0

> 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
>            Assignee: Takeshi Yamamuro
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> 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

Reply via email to