Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-41932 Bootstrapping Spark Connect
  3. SPARK-42371

Add scripts to start and stop Spark Connect server

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.4.0
    • 3.4.0
    • Connect
    • None

    Description

      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:

      # For development,
      ./bin/spark-shell \
         --jars `ls connector/connect/target/**/spark-connect*SNAPSHOT.jar` \
        --conf spark.plugins=org.apache.spark.sql.connect.SparkConnectPlugin
      
      # 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
      

      which is awkward.

      We need some dedicated scripts for it.

      Attachments

        Activity

          People

            gurwls223 Hyukjin Kwon
            gurwls223 Hyukjin Kwon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: