Github user ajbozarth commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16625#discussion_r96533272
  
    --- Diff: docs/configuration.md ---
    @@ -1781,11 +1781,25 @@ Apart from these, the following properties are also 
available, and may be useful
             </td>
         </tr>
         <tr>
    +        <td><code>spark.ssl.[namespace].port</code></td>
    +        <td>None</td>
    +        <td>
    +            The port where the SSL service will listen on.
    +
    +            <br />The port must be defined within a namespace 
configuration; see
    +            <a href="security.html#ssl-configuration">SSL 
Configuration</a> for the available
    +            namespaces.
    +
    +            <br />When not set, the SSL port will be derived from the 
non-SSL port for the
    +            same service. A value of "0" will make the service bind to an 
ephemeral port.
    +        </td>
    +    </tr>
    +    <tr>
             <td><code>spark.ssl.enabledAlgorithms</code></td>
             <td>Empty</td>
             <td>
                 A comma separated list of ciphers. The specified ciphers must 
be supported by JVM.
    -            The reference list of protocols one can find on
    +            The reference list of protocols one can found on
    --- End diff --
    
    pretty sure it was grammatically correct before


---
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]

Reply via email to