What are the several parameter setting methods for Spark applications? (multiple choices)
What are the several parameter setting methods for Spark applications? (multiple choices)A . Configure in the application configuration file spark-defaults.confB . When submitting the application, set it through --confC . In the application code, set by the setProperty method of SparkContextD . In the application code, set through the SparkConf...