Registry / database / spark-sql-2-13

spark-sql-2-13

JSON →
library4.1.1javamavenunverified

Apache Spark SQL module for structured data processing, compiled for Scala 2.13.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.13</artifactId> <version>4.1.1</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-SQL-2-13
S
spark-sql-2-13
databasejavav4.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SparkSession
org.apache.spark.sql.SparkSession

Creates a Spark session and runs a simple SQL query.

import org.apache.spark.sql.SparkSession; SparkSession spark = SparkSession.builder() .appName("example") .master("local[*]") .getOrCreate(); spark.sql("SELECT 'Hello, Spark SQL!'").show();
Debug
Known issues
breakingSpark 4.x requires Java 17+ and Scala 2.13; ensure compatibility with your project.
fix
Use Java 17 or later and Scala 2.13 for Spark 4.1.1.
affects: >=4.0.0
Upgrade
Version history
4.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
Amazon
1
Resources
spark-sql-2-13 — mvn dependency:get spark-sql-2-13 · libregistry