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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a local SparkContext for data processing.
Check migration guide when upgrading from Spark 3.x.
No dependency data recorded yet.