ychris78 commented on code in PR #7318:
URL: https://github.com/apache/kyuubi/pull/7318#discussion_r2745659194


##########
dev/kyuubi-tpcds/README.md:
##########
@@ -48,15 +48,16 @@ $SPARK_HOME/bin/spark-submit \
 
 Support options:
 
-| key         | default                | description                           
                                        |
-|-------------|------------------------|-------------------------------------------------------------------------------|
-| db          | none(required)         | the TPC-DS database                   
                                        |
-| benchmark   | tpcds-v2.4-benchmark   | the name of application               
                                        |
-| iterations  | 3                      | the number of iterations to run       
                                        |
-| breakdown   | false                  | whether to record breakdown results 
of an execution                           |
-| results-dir | /spark/sql/performance | dir to store benchmark results, e.g. 
hdfs://hdfs-nn:9870/pref                 |
-| include     | none(optional)         | name of the queries to run, use comma 
to split multiple names, e.g. q1,q2     |
-| exclude     | none(optional)         | name of the queries to exclude, use 
comma to split multiple names, e.g. q2,q4 |
+| key         | default                | description                           
                                                                              |
+|-------------|------------------------|---------------------------------------------------------------------------------------------------------------------|
+| db          | none(required)         | the TPC-DS database                   
                                                                              |
+| benchmark   | tpcds-v2.4-benchmark   | the name of application               
                                                                              |
+| iterations  | 3                      | the number of iterations to run       
                                                                              |
+| breakdown   | false                  | whether to record breakdown results 
of an execution                                                                 
|
+| results-dir | /spark/sql/performance | dir to store benchmark results, e.g. 
hdfs://hdfs-nn:9870/pref                                                       |
+| include     | none(optional)         | name of the queries to run, use comma 
to split multiple names, e.g. q1,q2                                           |
+| exclude     | none(optional)         | name of the queries to exclude, use 
comma to split multiple names, e.g. q2,q4                                       
|
+| execution-mode     | collect         | how a given Spark benchmark should be 
run, only the following four modes are supported: 
collect,foreach,saveToParquet,hash |

Review Comment:
   ok
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to