Define sparksession in apache spark? Why is it needed?
Answer Posted / Dhiraj Kumar
SparkSession is an entry point for Spark APIs. It provides a unified interface to access various functionalities of Spark, such as SQL, MLlib, and GraphX. It is needed because it simplifies the process of creating, configuring, and managing SparkContexts, which were required in earlier versions of Apache Spark.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers