Apache Spark SQL is a module for structured data processing using SQL queries and DataFrames, part of the Apache Spark framework.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>2.4.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a SparkSession and runs a simple SQL query.
Upgrade to Spark 3.x with Scala 2.12 or 2.13 for better performance and support.
No dependency data recorded yet.