You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2018/07/01 08:58:00 UTC

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

Chia-Ping Tsai created SPARK-24708:
--------------------------------------

             Summary: 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


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