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

This commit is contained in:
Jian He 2016-12-13 20:49:54 -08:00
parent fbdbbd57cd
commit ada876cd1d
1 changed files with 1 additions and 1 deletions

View File

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