Revert YARN-4126. RM should not issue delegation tokens in unsecure mode.

(cherry picked from commit bb8214cab8)
This commit is contained in:
Jian He 2016-10-23 15:56:22 -07:00
parent 7d826631ea
commit dab611e605
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ public class ClientRMService extends AbstractService implements
.contains(UserGroupInformation.getCurrentUser()
.getRealAuthenticationMethod());
} else {
return false;
return true;
}
}