Provides an interactive Scala REPL for Apache Spark, enabling ad-hoc data analysis and debugging.
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-repl_2.11</artifactId>
<version>2.4.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launches the Spark REPL (spark-shell) programmatically.
Use the same Scala version as your Spark build (e.g., 2.11 for this artifact).
No dependency data recorded yet.