Huawei
H13-723_V2.0 · Question #15
What are the several parameter setting methods for Spark applications? (multiple choices)
The correct answer is A. Configure in the application configuration file spark-defaults.conf B. When submitting the application, set it through --conf D. In the application code, set through the SparkConf object. See the full explanation below for the reasoning.
Question
What are the several parameter setting methods for Spark applications? (multiple choices)
Options
- AConfigure in the application configuration file spark-defaults.conf
- BWhen submitting the application, set it through --conf
- CIn the application code, set by the setProperty method of SparkContext
- DIn the application code, set through the SparkConf object
How the community answered
(34 responses)- A79% (27)
- C21% (7)
Community Discussion
No community discussion yet for this question.