Registry / other / spark-repl-2-11

spark-repl-2-11

JSON →
library2.4.8javamavenunverified

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>
INSTALL
IMPORT
SIG · SPARK-REPL-2-11
S
spark-repl-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.

Main
org.apache.spark.repl.Main

Launches the Spark REPL (spark-shell) programmatically.

import org.apache.spark.repl.Main; // Launch Spark REPL from command line: spark-shell // Programmatic usage: Main.main(new String[]{});
Debug
Known issues
breakingSpark REPL is tightly coupled to Scala version; ensure compatibility with your Spark distribution.
fix
Use the same Scala version as your Spark build (e.g., 2.11 for this artifact).
affects: all
Upgrade
Version history
2.4.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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