Registry / database / spark-sql-2-12

spark-sql-2-12

JSON →
library3.5.8javamavenunverified

Apache Spark SQL module for structured data processing using SQL queries and DataFrames.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.12</artifactId> <version>3.5.8</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-SQL-2-12
S
spark-sql-2-12
databasejavav3.5.8
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 SparkSession and reads a JSON file into a DataFrame.

SparkSession spark = SparkSession.builder().appName("example").master("local").getOrCreate(); Dataset<Row> df = spark.read().json("path/to/file.json"); df.show();
Debug
Known issues
breakingSpark SQL 3.5.x requires Java 8 or 11; Java 17 may cause issues.
fix
Use Java 8 or 11 for compatibility.
affects: 3.5.x
Upgrade
Version history
3.5.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
12
Amazon
1
Resources