Answer Posted / Suman Kumari
SparkSession is a high-level interface for creating, configuring, and using Spark applications. It provides a unified interface to work with various Spark modules such as SQL, MLlib, and Streaming. SparkContext, on the other hand, is a low-level interface that allows direct access to Spark's core functionalities like RDD operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers