[ 
https://issues.apache.org/jira/browse/SPARK-24708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-24708.
-------------------------------
    Resolution: Won't Fix

> Document the default spark url of master in standalone is 
> "spark://localhost:7070"
> ----------------------------------------------------------------------------------
>
>                 Key: SPARK-24708
>                 URL: https://issues.apache.org/jira/browse/SPARK-24708
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 2.3.1
>            Reporter: Chia-Ping Tsai
>            Priority: Trivial
>
> In the section "Starting a Cluster Manually" we give a example of starting a 
> worker.
> {code:java}
> ./sbin/start-slave.sh <master-spark-URL>{code}
> However, we only mention the default "web port" so readers may be misled into 
> using the "web port" to start the worker. (of course, I am a "reader" too :()
> It seems to me that adding a bit description of default spark url of master 
> can avoid above ambiguity.
> for example:
> {code:java}
> - 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:{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to