Skip to content

[SPARK-2750][WEB UI] Add https support to the Web UI - #10238

Closed
vanzin wants to merge 41 commits into
apache:masterfrom
vanzin:SPARK-2750
Closed

[SPARK-2750][WEB UI] Add https support to the Web UI#10238
vanzin wants to merge 41 commits into
apache:masterfrom
vanzin:SPARK-2750

Conversation

@vanzin

Copy link
Copy Markdown
Contributor

No description provided.

@SparkQA

Copy link
Copy Markdown

Test build #48727 has finished for PR 10238 at commit 6840eee.

  • This patch fails from timeout after a configured wait of 250m.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

retest this please

@WangTaoTheTonic

Copy link
Copy Markdown
Contributor

It seems conflicted :(

@vanzin

Copy link
Copy Markdown
ContributorAuthor

Yeah, my own fault most probably.

@SparkQA

Copy link
Copy Markdown

Test build #48818 has finished for PR 10238 at commit 123d958.

  • This patch fails from timeout after a configured wait of 250m.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #48863 has finished for PR 10238 at commit 123d958.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

Seemingly unrelated failures. retest this please

@SparkQA

Copy link
Copy Markdown

Test build #48881 has finished for PR 10238 at commit 123d958.

  • This patch fails from timeout after a configured wait of 250m.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #48964 has finished for PR 10238 at commit 123d958.

  • This patch fails from timeout after a configured wait of 250m.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

wtf. retest this please

@SparkQA

Copy link
Copy Markdown

Test build #49036 has finished for PR 10238 at commit 123d958.

  • This patch fails from timeout after a configured wait of 250m.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

retest this please

@vanzin

Copy link
Copy Markdown
ContributorAuthor

While jenkins continues to ignore me, does anyone have any comment about the actual changes?

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #49326 has finished for PR 10238 at commit 330e984.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

Yay, finally. Any comments anyone? Otherwise I'll push this soon-ish.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

retest this please

@SparkQA

Copy link
Copy Markdown

Test build #2409 has finished for PR 10238 at commit 330e984.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@vanzin

Copy link
Copy Markdown
ContributorAuthor

Alright, merging this since nobody seems concerned about anything.

@vanzin
vanzin deleted the SPARK-2750 branch January 21, 2016 19:13
@pritpalm

Copy link
Copy Markdown

I want to enable https on spark UI. I added following config to spark-defaults.config, but when we access spark ui via https::/:8080 or https://:443 or https://:8480, it's not able to connect.

spark.ui.https.enabled true
spark.ssl.keyPassword abcd
spark.ssl.keyStore rtmqa-clientid.jks
spark.ssl.keyStorePassword changeit

@LizzyMiao

Copy link
Copy Markdown

@vanzin@WangTaoTheTonic@scwf can you provide a doc or something that we can follow to use https for our spark web ui? Thank you!

@vanzin

Copy link
Copy Markdown
ContributorAuthor

@LizzyMiao it's already in the Spark documentation. If you need further help I suggest using the project's user mailing list. Github is for code-related discussions, not a general user forum.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@vanzin@SparkQA@shaneknapp@WangTaoTheTonic@pritpalm@LizzyMiao@scwf