You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/02 18:53:51 UTC

[GitHub] [spark] gaborgsomogyi commented on a change in pull request #24512: [SPARK-24708][Doc] Document the default spark url of master in standalone is "spark://localhost:7070"

gaborgsomogyi commented on a change in pull request #24512: [SPARK-24708][Doc] Document the default spark url of master in standalone is "spark://localhost:7070"
URL: https://github.com/apache/spark/pull/24512#discussion_r280552371
 
 

 ##########
 File path: docs/spark-standalone.md
 ##########
 @@ -42,7 +42,7 @@ Once started, the master will print out a `spark://HOST:PORT` URL for itself, wh
 or pass as the "master" argument to `SparkContext`. You can also find this URL on
 the master's web UI, which is [http://localhost:8080](http://localhost:8080) by default.
 
-Similarly, you can start one or more workers and connect them to the master via:
+Similarly, you can start one or more workers and connect them to the master's spark URL (default: spark://<master>:7070) via:
 
 Review comment:
   7070? I've started it on my cluster and in my case it was 7077.
   As a general remark I think this line in the doc properly describes from where is it coming and don't see why further explanation needed:
   > Once started, the master will print out a `spark://HOST:PORT` URL for itself, which you can use to connect workers to it, or pass as the "master" argument to `SparkContext`. You can also find this URL on
   the master's web UI, which is [http://localhost:8080](http://localhost:8080) by default.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org