SparkContext and its components
Last updated
Was this helpful?
Last updated
Was this helpful?
SparkContext, in general, is the brain of Spark. It sits on client-side, but in somehow, it acts like a master: submitting jobs, scheduling jobs, handling failed jobs, closely working with executors…