Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-24708][Doc] Document the default spark url of master in standalone is "spark://localhost:7070" #24512

Closed
wants to merge 1 commit into from

Conversation

shivusondur
Copy link
Contributor

What changes were proposed in this pull request?

Added the details about default master URL in the section "Starting a Cluster Manually".

How was this patch tested?

NA, as it is only document updation

…nnect them to the master's spark URL (default: spark://<master>:7070) via:" in the section "Starting a Cluster Manually".
@shivusondur
Copy link
Contributor Author

@maropu
please check and review

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@@ -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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 by default.

@shivusondur shivusondur closed this May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants