Spark SQLContext Entry Point
Jump to navigation
Jump to search
A Spark SQLContext Entry Point is a Spark entry point ...'
- See: SparkSession.
References
2017
- https://spark.apache.org/docs/2.0.1/api/java/org/apache/spark/sql/SQLContext.html
- QUOTE: The entry point for working with structured data (rows and columns) in Spark 1.x.
As of Spark 2.0, this is replaced by SparkSession. However, we are keeping the class here for backward compatibility.
- QUOTE: The entry point for working with structured data (rows and columns) in Spark 1.x.