Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15652#discussion_r86686887
--- Diff: docs/configuration.md ---
@@ -1664,6 +1664,15 @@ Apart from these, the following properties are also
available, and may be useful
</td>
</tr>
<tr>
+ <td><code>spark.ssl.port</code></td>
+ <td>0</td>
+ <td>
+ Port number to listen on for SSL connections.
+ Default value of 0 means the port will be determined
automatically.
+ Attention that the port should be separated for each
particular protocols.
--- End diff --
I think it would be clearer to write something like "Note that the SSL port
for individual services can be overridden by setting values like
`spark.ssl.YYY.port` as described above."
---
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]