Skip to content
Snippets Groups Projects
Commit 8a6b7037 authored by Andrew Ash's avatar Andrew Ash Committed by Sean Owen
Browse files

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.
parent a7b02db4
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment