This is an automated email from the ASF dual-hosted git repository. weichiu pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 28068aa32084 HDFS-17063. Support to configure different capacity reserved for each disk of DataNode. (#5793). Contributed by QI Jiale. add 7a5544229722 HADOOP-18956. Zookeeper SSL/TLS support in ZKDelegationTokenSecretManager and ZKSignerSecretProvider (#6263) No new revisions were added by this update. Summary of changes: .../util/ZKSignerSecretProvider.java | 117 ++--- .../authentication/util/ZookeeperClient.java | 318 +++++++++++++ .../hadoop-auth/src/site/markdown/Configuration.md | 15 + .../util/TestZookeeperClientCreation.java | 498 +++++++++++++++++++++ .../apache/hadoop/fs/CommonConfigurationKeys.java | 5 + .../delegation/ZKDelegationTokenSecretManager.java | 197 ++++---- .../src/main/resources/core-default.xml | 12 + .../hadoop/hdfs/tools/DFSZKFailoverController.java | 7 +- .../src/main/resources/hdfs-default.xml | 2 + .../src/main/resources/yarn-default.xml | 6 +- .../ActiveStandbyElectorBasedElectorService.java | 6 +- .../server/resourcemanager/ResourceManager.java | 8 +- 12 files changed, 982 insertions(+), 209 deletions(-) create mode 100644 hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/util/ZookeeperClient.java create mode 100644 hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/TestZookeeperClientCreation.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org