Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5205#discussion_r27206724
  
    --- Diff: docs/spark-standalone.md ---
    @@ -24,7 +24,7 @@ the master's web UI, which is 
[http://localhost:8080](http://localhost:8080) by
     
     Similarly, you can start one or more workers and connect them to the 
master via:
     
    -    ./bin/spark-class org.apache.spark.deploy.worker.Worker spark://IP:PORT
    +    ./sbin/start-slave.sh <worker#> <master-spark-URL>
    --- End diff --
    
    This change is not entirely equivalent since `start-slave.sh` runs 
`spark-daemon.sh`. Are you sure? CC @CodingCat maybe


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to