You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/08/11 10:27:01 UTC

spark git commit: Correct example value for spark.ssl.YYY.XXX settings

Repository: spark
Updated Branches:
  refs/heads/master a7b02db45 -> 8a6b7037b


Correct example value for spark.ssl.YYY.XXX settings

Docs adjustment to:
- link to other relevant section of docs
- correct statement about the only value when actually other values are supported

Author: Andrew Ash <an...@andrewash.com>

Closes #14581 from ash211/patch-10.


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

Branch: refs/heads/master
Commit: 8a6b7037bb058d00cc767895c3292509576ea2f9
Parents: a7b02db
Author: Andrew Ash <an...@andrewash.com>
Authored: Thu Aug 11 11:26:57 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Aug 11 11:26:57 2016 +0100

----------------------------------------------------------------------
 docs/configuration.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8a6b7037/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 4569bed..e33094b 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1456,8 +1456,10 @@ Apart from these, the following properties are also available, and may be useful
             the properties must be overwritten in the protocol-specific namespace.</p>
 
             <p>Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for
-            particular protocol denoted by <code>YYY</code>. Currently <code>YYY</code> can be
-            only <code>fs</code> for file server.</p>
+            particular protocol denoted by <code>YYY</code>. Example values for <code>YYY</code>
+            include <code>fs</code>, <code>ui</code>, <code>standalone</code>, and
+            <code>historyServer</code>.  See <a href="security.html#ssl-configuration">SSL
+            Configuration</a> for details on hierarchical SSL configuration for services.</p>
         </td>
     </tr>
     <tr>


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