CODAIT / spark-bench

Benchmark Suite for Apache Spark
https://codait.github.io/spark-bench/
Apache License 2.0
239 stars 123 forks source link

How to add Spark submit conf #174

Open xiandong79 opened 6 years ago

xiandong79 commented 6 years ago

I want to add

--queue A
--conf spark.yarn.executor.nodeLabelExpression=Y

in spark-submit. Can I add the above lines in args directly?