Details
Description
The addendum path of HADOOP-14445 updated the package name of DelegationTokenIssuer, but it didn't update the patch.
It is currently under
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/org/apache/hadoop/security/token/DelegationTokenIssuer.java
We should move it under
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/DelegationTokenIssuer.java
File this as a separate jira instead of muddling through HADOOP-14445.
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-14445 Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances
- Resolved