Home »
MCQs »
PySpark MCQs
Which of the following is/are the feature(s) of the SparkConf?
21. Which of the following is/are the feature(s) of the SparkConf?
- set (key, value)
- setMastervalue (value)
- setAppName (value)
- All of the above
Answer: D) All of the above
Explanation:
The following are the features of the SparkConf -
- set (key, value)
- setMastervalue (value)
- setAppName (value)