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

    https://github.com/apache/spark/pull/16521#discussion_r96064676
  
    --- Diff: docs/configuration.md ---
    @@ -1625,40 +1625,40 @@ Apart from these, the following properties are also 
available, and may be useful
       </td>
     </tr>
     <tr>
    -  <td><code>spark.authenticate.enableSaslEncryption</code></td>
    +  <td><code>spark.network.crypto.enabled</code></td>
       <td>false</td>
       <td>
    -    Enable encrypted communication when authentication is
    -    enabled. This is supported by the block transfer service and the
    -    RPC endpoints.
    +    Enable encryption using the commons-crypto library for RPC and block 
transfer service.
    +    Requires <code>spark.authenticate</code> to be enabled.
    --- End diff --
    
    I added some for validating that in SparkConf; right now the config keys 
are scattered all over the code, I'll file a separate bug for cleaning those up.


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