Registry / other / spark-core-2-11

spark-core-2-11

JSON →
library2.4.8javamavenunverified

Apache Spark is a unified analytics engine for large-scale data processing, with built-in modules for streaming, SQL, machine learning, and graph processing.

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

SparkConf
org.apache.spark.SparkConf

Minimal usage of Spark Core to create a local Spark context.

import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaSparkContext; public class Main { public static void main(String[] args) { SparkConf conf = new SparkConf().setAppName("MyApp").setMaster("local"); JavaSparkContext sc = new JavaSparkContext(conf); System.out.println("Spark version: " + sc.version()); sc.close(); } }
Debug
Known issues
breakingSpark 2.4.8 is outdated; consider upgrading to Spark 3.x for new features and security fixes.
fix
Upgrade to Spark 3.x and adjust API changes.
affects: <=2.4.8
Upgrade
Version history
2.4.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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