Registry / database / spark-sql-2-10

spark-sql-2-10

JSON →
library2.2.3javamavenunverified

Module for structured data processing using SQL queries and DataFrames within Apache Spark, targeting Scala 2.10.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.10</artifactId> <version>2.2.3</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-SQL-2-10
S
spark-sql-2-10
databasejavav2.2.3
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

Creating a SparkSession for SQL operations.

import org.apache.spark.sql.SparkSession; public class Example { public static void main(String[] args) { SparkSession spark = SparkSession.builder().appName("example").getOrCreate(); System.out.println("Spark session created"); } }
Debug
Known issues
breakingScala 2.10 is outdated; consider using a newer Spark version with Scala 2.12 or 2.13.
fix
Upgrade to Spark 3.x with Scala 2.12 or 2.13.
affects: >=2.2.0
Upgrade
Version history
2.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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