Apache Spark Core is the foundation of the Apache Spark distributed computing framework, providing in-memory cluster computing for large-scale data processing.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<version>2.2.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal Spark Core example creating a local SparkContext and printing the Spark version.
Use Spark 3.x series for better performance and support.
No dependency data recorded yet.