g3rg0 opened a new pull request, #532:
URL: https://github.com/apache/tez/pull/532

   Add explicit per-connection SSL/TLS configuration for Tez's ZooKeeper 
connections, removing the need to rely on JVM-wide system properties.
   
   - New configuration properties: tez.am.zookeeper.ssl.enable, 
keystore/truststore location and password
   - New SSLZookeeperFactory using Netty-based secure ZK client connection
   - When ssl.enable is "true", CuratorFramework uses SSLZookeeperFactory; when 
"false", JVM-level secure properties are overridden to force insecure; when 
unset, existing JVM default behavior is preserved
   - Integration tests for secure/insecure ZK connections


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to