Skip to content

Commit

Permalink
fix path to start-slave.sh script (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graves <tgraves@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs and tgravescs authored Sep 8, 2020
1 parent baf27da commit f82fc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/getting-started-on-prem.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Now for each worker node:
serially provide a password for each worker.
- Run `$SPARK_HOME/sbin/start-slaves.sh`
- For a single worker:
- `$SPARK_HOME/bin/start-slave.sh spark://${MASTER_HOST}:7077`
- `$SPARK_HOME/sbin/start-slave.sh spark://${MASTER_HOST}:7077`

Now you can go to the master UI at `http://${MASTER_HOST}:8080` and verify all the workers have
started.
Expand Down

0 comments on commit f82fc40

Please sign in to comment.