I have Jave project that runs Spark local cluster in eclipse I want to use SPARK perfomance test when I run the project how do I define parameters that I want to pass for example there are parameter "--benchmark"
For example when I run via command line
~/spark-1.6.1/bin/spark-submit --conf "some confs" --jars spark-sql-perf.jar --benchmark DatabasePerformance