ConnectRepl — Spark Connect REPL¶
ConnectRepl
is a standalone application that can be launched on command line using the following shell scripts:
bin/spark-connect-shell
connector/connect/bin/spark-connect-scala-client
ConnectRepl
uses Ammonite REPL for REPL experience.
Launching Application¶
main
runs a new Spark Connect Server.
main
builds a SparkConnectClient.
main
builds a SparkSession
for the SparkConnectClient
.