Registry / other / spark-core-2-12

spark-core-2-12

JSON →
library3.5.8javamavenunverified

Apache Spark Core provides the foundational distributed computing engine for big data processing, including RDDs, scheduling, and memory management.

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

SparkContext
org.apache.spark.SparkContext

Creates a SparkContext for local execution.

import org.apache.spark.SparkContext; import org.apache.spark.SparkConf; SparkConf conf = new SparkConf().setAppName("MyApp").setMaster("local"); SparkContext sc = new SparkContext(conf); System.out.println("Spark context created: " + sc); sc.stop();
Debug
Known issues
breakingSpark 3.5.x requires Java 8 or 11; Java 17+ may have compatibility issues.
fix
Use Java 8 or 11 for Spark 3.5.x; consider Spark 4.x for Java 17+.
affects: 3.5.x
Upgrade
Version history
3.5.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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