Apache Spark - SparkContext vs SparkSession
Before Spark 2.0, developers needed to create multiple contexts depending on their use case. You’d initialize a SparkContext for core RDD operations, a SQLContext for DataFrame operations, and a…
Read more →