0 votes
in Spark Preliminaries by
What is SparkContext?

1 Answer

0 votes
by

When a programmer makes RDDs, SparkContext makes a new SparkContext object by connecting to the Spark cluster. SparkContext lets Spark know how to move around the cluster. SparkConf is an essential part of building an app for a programmer.

...