srowen commented on a change in pull request #23960: [SPARK-27047] Document stop-slave.sh in spark-standalone URL: https://github.com/apache/spark/pull/23960#discussion_r262173391
########## File path: docs/spark-standalone.md ########## @@ -89,6 +89,7 @@ Once you've set up this file, you can launch or stop your cluster with the follo - `sbin/start-slave.sh` - Starts a slave instance on the machine the script is executed on. - `sbin/start-all.sh` - Starts both a master and a number of slaves as described above. - `sbin/stop-master.sh` - Stops the master that was started via the `sbin/start-master.sh` script. +- `sbin/stop-slave.sh` - Stops all slave instances on the machine the script is executed on. Review comment: PS, while you're here, can you replace 'slave' with 'worker' in these descriptions? It's not so much because of, well, the unfortunate naming of these scripts, but because the scripts and rest of the docs actually refer to 'workers' consistently. conf/slaves and the script name doesn't change, but we can say that they control 'worker instances' ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
