@@ -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
@@ -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;