Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
show SPARK_HOME in example
  • Loading branch information
nchammas committed Jun 27, 2025
commit b71dcb230772470c3648fe5a64a73413436fe74d
6 changes: 5 additions & 1 deletion docs/spark-connect-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ tar -xvf spark-{{site.SPARK_VERSION_SHORT}}-bin-hadoop3.tgz

In a terminal window, go to the `spark` folder in the location where you extracted
Spark before and run the `start-connect-server.sh` script to start Spark server with
Spark Connect, like in this example:
Spark Connect. If you already have Spark installed and `SPARK_HOME` defined, you can use that too.

```bash
cd spark/
./sbin/start-connect-server.sh

# alternately
"$SPARK_HOME/sbin/start-connect-server.sh"
```

Make sure to use the same version of the package as the Spark version you
Expand Down