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-2750][WEB UI] Add https support to the Web UI #10238

Closed
wants to merge 41 commits into from

Conversation

vanzin
Copy link
Contributor

@vanzin vanzin commented Dec 10, 2015

No description provided.

@SparkQA
Copy link

SparkQA commented Jan 5, 2016

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
Contributor Author

vanzin commented Jan 5, 2016

retest this please

@WangTaoTheTonic
Copy link
Contributor

It seems conflicted :(

@vanzin
Copy link
Contributor Author

vanzin commented Jan 6, 2016

Yeah, my own fault most probably.

@SparkQA
Copy link

SparkQA commented Jan 6, 2016

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
Contributor Author

vanzin commented Jan 6, 2016

retest this please

@SparkQA
Copy link

SparkQA commented Jan 6, 2016

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
Contributor Author

vanzin commented Jan 6, 2016

Seemingly unrelated failures. retest this please

@SparkQA
Copy link

SparkQA commented Jan 7, 2016

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
Contributor Author

vanzin commented Jan 7, 2016

retest this please

@SparkQA
Copy link

SparkQA commented Jan 8, 2016

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
Contributor Author

vanzin commented Jan 9, 2016

wtf. retest this please

@SparkQA
Copy link

SparkQA commented Jan 9, 2016

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
Contributor Author

vanzin commented Jan 12, 2016

retest this please

@vanzin
Copy link
Contributor Author

vanzin commented Jan 13, 2016

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

retest this please

@SparkQA
Copy link

SparkQA commented Jan 13, 2016

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
Contributor Author

vanzin commented Jan 13, 2016

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

@vanzin
Copy link
Contributor Author

vanzin commented Jan 19, 2016

retest this please

@SparkQA
Copy link

SparkQA commented Jan 19, 2016

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
Contributor Author

vanzin commented Jan 19, 2016

Alright, merging this since nobody seems concerned about anything.

@asfgit asfgit closed this in 43f1d59 Jan 19, 2016
@vanzin vanzin deleted the SPARK-2750 branch January 21, 2016 19:13
@pritpalm
Copy link

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

@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
Contributor Author

vanzin commented Jan 13, 2017

@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 free to 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