Hyukjin Kwon created SPARK-42371:
------------------------------------
Summary: Add scripts to start and stop Spark Connect server
Key: SPARK-42371
URL: https://issues.apache.org/jira/browse/SPARK-42371
Project: Spark
Issue Type: Sub-task
Components: Connect
Affects Versions: 3.4.0
Reporter: Hyukjin Kwon
Currently, there is no proper way to start and stop the Spark Connect server.
Now it requires you to start it with, for example, a Spark shell:
{code}
# For development,
./bin/spark-shell \
--jars `ls connector/connect/target/**/spark-connect*SNAPSHOT.jar` \
--conf spark.plugins=org.apache.spark.sql.connect.SparkConnectPlugin
{code}
{code}
# For released Spark versions
./bin/spark-shell \
--packages org.apache.spark:spark-connect_2.12:3.4.0 \
--conf spark.plugins=org.apache.spark.sql.connect.SparkConnectPlugin
{code}
which is awkward.
We need some dedicated scripts for it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]