Registry / other / spark-core-2-10

spark-core-2-10

JSON →
library2.2.3javamavenunverified

Apache Spark Core is the foundation of the Apache Spark distributed computing framework, providing in-memory cluster computing for large-scale data processing.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.10</artifactId> <version>2.2.3</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-CORE-2-10
S
spark-core-2-10
otherjavav2.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.

SparkContext
org.apache.spark.SparkContext

Minimal Spark Core example creating a local SparkContext and printing the Spark version.

import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaSparkContext; public class SparkExample { public static void main(String[] args) { SparkConf conf = new SparkConf().setAppName("example").setMaster("local"); JavaSparkContext sc = new JavaSparkContext(conf); System.out.println("Spark version: " + sc.version()); sc.close(); } }
Debug
Known issues
breakingSpark 2.2.3 is outdated; consider upgrading to a newer version for bug fixes and features.
fix
Use Spark 3.x series for better performance and support.
affects: 2.2.3
Upgrade
Version history
2.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
spark-core-2-10 — mvn dependency:get spark-core-2-10 · libregistry