You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2023/02/08 02:41:00 UTC

[jira] [Resolved] (SPARK-42371) Add scripts to start and stop Spark Connect server

     [ https://issues.apache.org/jira/browse/SPARK-42371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-42371.
----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

Issue resolved by pull request 39928
[https://github.com/apache/spark/pull/39928]

> 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
>            Assignee: Hyukjin Kwon
>            Priority: Major
>             Fix For: 3.4.0
>
>
> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org