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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a SparkContext for local execution.
Use Java 8 or 11 for Spark 3.5.x; consider Spark 4.x for Java 17+.
No dependency data recorded yet.