What is sparkcontext in spark?



What is sparkcontext in spark?..

Answer / Athar Shakeel

SparkContext (often abbreviated as SC) is the entry point for interacting with a Spark cluster. It creates and manages an ApplicationMaster process, provides access to Spark's internal scheduler, and allows the user to create RDDs, submit jobs, and manage configuration settings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Difference between groupByKey vs reduceByKey in Apache Spark?

1 Answers  


What are the ways in which Apache Spark handles accumulated Metadata?

1 Answers  


What is spark dynamic allocation?

1 Answers  


What are the libraries of spark sql?

1 Answers  


What is Map() operation in Apache Spark?

1 Answers  


What is difference between map and flatmap?

1 Answers  


What are the exact differences between reduce and fold operation in Spark?

1 Answers  


Describe Accumulator in detail in Apache Spark?

1 Answers  


What is tungsten in spark?

1 Answers  


Name some companies that are already using Spark Streaming?

1 Answers  


Why do people use spark?

1 Answers  


Explain the flatMap operation on Apache Spark RDD?

1 Answers  


Categories