Home » 
        MCQs » 
        PySpark MCQs
    
        
    Spark programs initially create a Spark____ object to instruct them how to access the cluster
    
    
    
	22. Spark programs initially create a Spark____ object to instruct them how to access the cluster.
    
      - Contact
 
      - Context
 
      - Content
 
      - Config
 
    
    Answer: B) Context
    Explanation:
    Spark programs initially create a SparkContext object to instruct them how to access the cluster.