Question
What is SparkContext traditionally responsible for?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Connecting the application to the cluster and coordinating low-level Spark execution
Explanation:
SparkContext is the main entry point for core RDD operations.
Modern applications usually obtain it through SparkSession.
Leave a Reply