[ https://issues.apache.org/jira/browse/HADOOP-11272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200105#comment-14200105 ]
Hudson commented on HADOOP-11272: --------------------------------- SUCCESS: Integrated in Hadoop-Yarn-trunk #735 (See [https://builds.apache.org/job/Hadoop-Yarn-trunk/735/]) HADOOP-11272. Allow ZKSignerSecretProvider and ZKDelegationTokenSecretManager to use the same curator client. Contributed by Arun Suresh. (atm: rev 8a261e68e4177b47be01ceae7310ea56aeb7ca38) * hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/ZKDelegationTokenSecretManager.java * hadoop-common-project/hadoop-common/CHANGES.txt * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticationFilter.java * hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/server/TestAuthenticationFilter.java * hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/AuthenticationFilter.java > Allow ZKSignerSecretProvider and ZKDelegationTokenSecretManager to use the > same curator client > ---------------------------------------------------------------------------------------------- > > Key: HADOOP-11272 > URL: https://issues.apache.org/jira/browse/HADOOP-11272 > Project: Hadoop Common > Issue Type: Bug > Reporter: Arun Suresh > Assignee: Arun Suresh > Fix For: 2.7.0 > > Attachments: HADOOP-11272.1.patch > > > Currently the {{AuthenticationFilter}} cannot be configured to use > {{ZKDelegationTokenSecretManager}} and {{ZKSignerSecretProvider}} together if > the Zookeeper is a kerberized cluster. > The zookeeper client requires certain configuration parameters to be set as > SystemProperties (The issue has also been reported > [here|https://issues.apache.org/jira/browse/YARN-913?focusedCommentId=14142086&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14142086]). > Thus if a single process needs to use both > {{ZKDelegationTokenSecretManager}} and {{ZKSignerSecretProvider}} then it > should use the same client. -- This message was sent by Atlassian JIRA (v6.3.4#6332)