Question
What is SparkSession?
Select an option. Your answer will be checked instantly.
Correct Answer: A. The unified entry point for Spark SQL, DataFrames, and related APIs
Explanation:
SparkSession consolidates contexts used by higher-level Spark components.
It provides methods for reading data and creating DataFrames.
Leave a Reply