Github user hayashidac commented on a diff in the pull request:
https://github.com/apache/spark/pull/15652#discussion_r86660145
--- Diff: docs/configuration.md ---
@@ -1664,6 +1664,14 @@ Apart from these, the following properties are also
available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.ssl.<particular protocol>.port</code></td>
--- End diff --
I think you are saying about following documentation at
"spark.ssl.enabled", aren't you?
` <p>Use <code>spark.ssl.YYY.XXX</code> settings to overwrite
the global configuration for
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>
`
I think I should refer about particular process at spark.ssl.port again.
because another ssl parameter doesn't clash processes with grobal configuration
and only "spark.ssl.port" clash processes. But if it's not so important, I'll
fix documentation.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]