[ https://issues.apache.org/jira/browse/HDFS-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806790#action_12806790 ]
Kan Zhang commented on HDFS-933: -------------------------------- Add a new patch that enables the NameNode to use DelegationToken to authenticate users over RPC (based on RPC changes done in HADOOP-6419). ran full test suit locally and found 2 test (TestBalancer and TestDFSRollback) failed. Re-ran those 2 tests individually multiple times and they all passed. Wasn't able to run test-patch. > Add createIdentifier() implementation to DelegationTokenSecretManager > --------------------------------------------------------------------- > > Key: HDFS-933 > URL: https://issues.apache.org/jira/browse/HDFS-933 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: Kan Zhang > Assignee: Kan Zhang > Attachments: h6419-01.patch, h6419-07.patch > > > abstract method createIdentifier() is being added in Common (HADOOP-6419) and > needs to be implemented by DelegationTokenSecretManager. This allows the RPC > Server's authentication layer to deserialize received TokenIdentifiers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.