What is the Difference SparkSession vs SparkContext in Apache Spark?
Answer Posted / Mahendra Singh
SparkSession provides a high-level interface to interact with the Spark cluster, while SparkContext is a low-level interface for constructing and configuring the Spark environment. SparkSession automatically initializes and manages a single SparkContext during its lifetime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers