YARN-2428. LCE default banned user list should have yarn (Varun Saxena via aw)

This commit is contained in:
Allen Wittenauer 2015-01-29 09:29:59 -08:00
parent 57b8950f37
commit 9dd0b7a2ab
2 changed files with 4 additions and 1 deletions

View File

@ -34,6 +34,9 @@ Trunk - Unreleased
YARN-3002. YARN documentation needs updating post-shell rewrite (aw)
YARN-2428. LCE default banned user list should have yarn (Varun
Saxena via aw)
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -38,7 +38,7 @@
static const int DEFAULT_MIN_USERID = 1000;
static const char* DEFAULT_BANNED_USERS[] = {"mapred", "hdfs", "bin", 0};
static const char* DEFAULT_BANNED_USERS[] = {"yarn", "mapred", "hdfs", "bin", 0};
//struct to store the user details
struct passwd *user_detail = NULL;