You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (JIRA)" <ji...@apache.org> on 2018/07/02 05:28:00 UTC

[jira] [Commented] (SPARK-24708) Document the default spark url of master in standalone is "spark://localhost:7070"

    [ https://issues.apache.org/jira/browse/SPARK-24708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16529394#comment-16529394 ] 

Takeshi Yamamuro commented on SPARK-24708:
------------------------------------------

Feel free to make a pr and you can discuss there. Btw, you don't need to file a jira cuz this is a trivial 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org