Repository: spark
Updated Branches:
  refs/heads/master 9314c0837 -> ba186a841


[MINOR][DOC] Fix doc for web UI https configuration

## What changes were proposed in this pull request?

Doc about enabling web UI https is not correct, "spark.ui.https.enabled" is not 
existed, actually enabling SSL is enough for https.

## How was this patch tested?

N/A

Author: jerryshao <ss...@hortonworks.com>

Closes #17147 from jerryshao/fix-doc-ssl.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ba186a84
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ba186a84
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ba186a84

Branch: refs/heads/master
Commit: ba186a841fcfcd73a1530ca2418cc08bb0df92e1
Parents: 9314c08
Author: jerryshao <ss...@hortonworks.com>
Authored: Fri Mar 3 14:23:31 2017 -0800
Committer: Marcelo Vanzin <van...@cloudera.com>
Committed: Fri Mar 3 14:23:31 2017 -0800

----------------------------------------------------------------------
 docs/security.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ba186a84/docs/security.md
----------------------------------------------------------------------
diff --git a/docs/security.md b/docs/security.md
index a479676..9eda428 100644
--- a/docs/security.md
+++ b/docs/security.md
@@ -12,7 +12,7 @@ Spark currently supports authentication via a shared secret. 
Authentication can
 ## Web UI
 
 The Spark UI can be secured by using [javax servlet 
filters](http://docs.oracle.com/javaee/6/api/javax/servlet/Filter.html) via the 
`spark.ui.filters` setting
-and by using [https/SSL](http://en.wikipedia.org/wiki/HTTPS) via the 
`spark.ui.https.enabled` setting.
+and by using [https/SSL](http://en.wikipedia.org/wiki/HTTPS) via [SSL 
settings](security.html#ssl-configuration).
 
 ### Authentication
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to