Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-21973

Add a new option to filter queries to run in TPCDSQueryBenchmark

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • SQL
    • None

    Description

      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>

      Attachments

        Activity

          People

            maropu Takeshi Yamamuro
            maropu Takeshi Yamamuro
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: