aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2016-08-11 11:26:57 +0100
committerSean Owen <sowen@cloudera.com>2016-08-11 11:26:57 +0100
commit8a6b7037bb058d00cc767895c3292509576ea2f9 (patch)
tree6836fcb88e87f2e83724f4d1bba54237123dfb0f /docs
parenta7b02db457d5fc663ce6a1ef01bf04689870e6b4 (diff)
downloadspark-8a6b7037bb058d00cc767895c3292509576ea2f9.tar.gz
spark-8a6b7037bb058d00cc767895c3292509576ea2f9.tar.bz2
spark-8a6b7037bb058d00cc767895c3292509576ea2f9.zip
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 <andrew@andrewash.com> Closes #14581 from ash211/patch-10.
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 4569bed0ed..e33094b062 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>