Skip to content

Commit 882f058

Browse files
authored
Correct example value for spark.ssl.YYY.XXX settings
1 parent 11a6844 commit 882f058

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,8 +1456,10 @@ Apart from these, the following properties are also available, and may be useful
14561456
the properties must be overwritten in the protocol-specific namespace.</p>
14571457

14581458
<p>Use <code>spark.ssl.YYY.XXX</code> settings to overwrite the global configuration for
1459-
particular protocol denoted by <code>YYY</code>. Currently <code>YYY</code> can be
1460-
only <code>fs</code> for file server.</p>
1459+
particular protocol denoted by <code>YYY</code>. Example values for <code>YYY</code>
1460+
include <code>fs</code>, <code>ui</code>, <code>standalone</code>, and
1461+
<code>historyServer</code>. See <a href="security.html#ssl-configuration">SSL
1462+
Configuration</a> for details on hierarchical SSL configuration for services.</p>
14611463
</td>
14621464
</tr>
14631465
<tr>

0 commit comments

Comments
 (0)