Deep Understanding of SparkContext & Application’s Driver Process

DRIVER : A Spark driver is a JVM process that hosts SparkContext for a Spark application. It is the master node in a Spark application. The driver (an application’s driver process) splits a Spark application into tasks. It also schedules them to run on executors. It’s driver responsibility to coordinated with workers and also manage … Continue reading Deep Understanding of SparkContext & Application’s Driver Process