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-2857] Correct properties to set Master / Worker ports #1779

Closed
wants to merge 2 commits into from

Conversation

andrewor14
Copy link
Contributor

master.ui.port and worker.ui.port were never picked up by SparkConf, simply because they are not prefixed with "spark." Unfortunately, this is also currently the documented way of setting these values.

@SparkQA
Copy link

SparkQA commented Aug 5, 2014

QA tests have started for PR 1779. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17925/consoleFull

@pwendell
Copy link
Contributor

pwendell commented Aug 5, 2014

LGTM pending tests - thanks Andrew. I'm guessing these were simply un-used.

@ash211
Copy link
Contributor

ash211 commented Aug 5, 2014

+1 I've always used SPARK_MASTER_WEBUI_PORT and SPARK_WORKER_WEBUI_PORT in spark-env.sh , I'd imagine everyone else has been also

@SparkQA
Copy link

SparkQA commented Aug 5, 2014

QA results for PR 1779:
- This patch FAILED unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17925/consoleFull

@pwendell
Copy link
Contributor

pwendell commented Aug 5, 2014

I'm assuming this failure is totally unrelated. I can merge this.

@asfgit asfgit closed this in a646a36 Aug 5, 2014
asfgit pushed a commit that referenced this pull request Aug 5, 2014
`master.ui.port` and `worker.ui.port` were never picked up by SparkConf, simply because they are not prefixed with "spark." Unfortunately, this is also currently the documented way of setting these values.

Author: Andrew Or <andrewor14@gmail.com>

Closes #1779 from andrewor14/master-worker-port and squashes the following commits:

8475e95 [Andrew Or] Update docs to reflect changes in configs
4db3d5d [Andrew Or] Stop using configs that don't actually work
(cherry picked from commit a646a36)

Signed-off-by: Patrick Wendell <pwendell@gmail.com>
@andrewor14 andrewor14 deleted the master-worker-port branch August 6, 2014 05:25
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
`master.ui.port` and `worker.ui.port` were never picked up by SparkConf, simply because they are not prefixed with "spark." Unfortunately, this is also currently the documented way of setting these values.

Author: Andrew Or <andrewor14@gmail.com>

Closes apache#1779 from andrewor14/master-worker-port and squashes the following commits:

8475e95 [Andrew Or] Update docs to reflect changes in configs
4db3d5d [Andrew Or] Stop using configs that don't actually work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants