Registry / cli / spark-repl-2-12

spark-repl-2-12

JSON →
library3.5.8javamavenunverified

Apache Spark is a unified analytics engine for large-scale data processing, and the REPL module provides an interactive shell for Scala.

<dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-repl_2.12</artifactId> <version>3.5.8</version> </dependency>
INSTALL
IMPORT
SIG · SPARK-REPL-2-12
S
spark-repl-2-12
clijavav3.5.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 from a Java application.

import org.apache.spark.repl.Main; public class SparkReplExample { public static void main(String[] args) { Main.main(new String[]{}); } }
Debug
Known issues
gotchaSpark REPL is primarily designed for Scala; Java usage may have limited functionality.
fix
Use Scala for full REPL features or consider spark-shell script.
affects: *
Upgrade
Version history
3.5.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
spark-repl-2-12 — mvn dependency:get spark-repl-2-12 · libregistry