spark-perf icon indicating copy to clipboard operation
spark-perf copied to clipboard

How can I run this Spark-Test with 2 or more Executors?

Open wtx626 opened this issue 9 years ago • 0 comments

when I use this spark workbench , In yran-client , only one executor runing everytime . Although I edit the testsuits.py by adding --num-executors and the cmd is as /usr/hdp/2.5.0.0-1245/spark/bin/spark-submit --class spark.perf.TestRunner --master yarn --num-executors 2 --driver-memory 2g , but it still one executor working .

wtx626 avatar Mar 17 '17 12:03 wtx626