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-8611] [WebUI] Fix wrong REST UI Protocol on standalone cluster Web UI Page #7006

Closed
wants to merge 2 commits into from

Conversation

thegiive
Copy link

Just easily change the "spark://" to "http://"

@srowen
Copy link
Member

srowen commented Jun 25, 2015

OK to test

@srowen
Copy link
Member

srowen commented Jun 25, 2015

That looks like it could be right but can you confirm @andrewor14 ? this was added in 1390e56

@thegiive
Copy link
Author

Hi Sean

What is the proper way to confirm with @andrewor14 ? By email?

@srowen
Copy link
Member

srowen commented Jun 25, 2015

No an @ mention is fine.

@thegiive
Copy link
Author

Hi, is there anyone who can confirm this patch? @andrewor14 or someone else

@andrewor14
Copy link
Contributor

Hi sorry for slipping I'll look at this today.

@@ -107,4 +107,8 @@ private[spark] class WorkerInfo(
def setState(state: WorkerState.Value): Unit = {
this.state = state
}

def isAlive(): Boolean={
Copy link
Contributor

Choose a reason for hiding this comment

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

please add spaces before and after the =

@andrewor14
Copy link
Contributor

@thegiive two things:

bin/spark-submit --master spark://localhost:6066

Internally this uses REST / HTTP to submit it, but the external interface should use the spark:// prefix to signify that this is Spark standalone mode.

I believe this fix here is incorrect. Would you mind closing this patch?

@asfgit asfgit closed this in ea775b0 Jun 30, 2015
@thegiive
Copy link
Author

OK. It looks wired in first. But your comment looks reasonable.

BTW, I found this PR is close already.

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