Registry / other / spark-core-2-13

spark-core-2-13

JSON →
library4.1.2javamavenunverified

Apache Spark Core provides the foundational distributed computing engine for large-scale data processing.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.13</artifactId> <version>4.1.2</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-CORE-2-13
S
spark-core-2-13
otherjavav4.1.2
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 local SparkContext for data processing.

import org.apache.spark.SparkContext; import org.apache.spark.SparkConf; public class Example { public static void main(String[] args) { SparkConf conf = new SparkConf().setAppName("Example").setMaster("local"); SparkContext sc = new SparkContext(conf); System.out.println("Spark context created"); sc.stop(); } }
Debug
Known issues
breakingSpark 4.x may have breaking changes in API compared to 3.x.
fix
Check migration guide when upgrading from Spark 3.x.
affects: >=4.0.0
Upgrade
Version history
4.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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