SparkWhat kind of parameter setting methods does the application have?
(multiple choice)
In the application configuration filespark-defaults.confconfigure in
When submitting your application, pass--confmake settings
In the application code, passSparkContextofsetPropertymethod to set
In the application code, passSparkConfobject to set
Submit