-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0.0-alpha1
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Incompatible change, Reviewed
-
Release Note:Yarn now only issues and allows delegation tokens in secure clusters. Clients should no longer request delegation tokens in a non-secure cluster, or they'll receive an IOException.
ClientRMService#getDelegationToken is currently returning a delegation token in insecure mode. We should not return the token if it's in insecure mode.
- blocks
-
YARN-5882 Test only changes from YARN-4126
-
- Resolved
-
- breaks
-
MAPREDUCE-6508 TestNetworkedJob fails consistently due to delegation token changes on RM.
-
- Resolved
-
-
YARN-5750 YARN-4126 broke Oozie on unsecure cluster
-
- Resolved
-