From 2d7b8d5f916ddcf28d6e962e52763e9d2f6148eb Mon Sep 17 00:00:00 2001 From: ro-ket Date: Wed, 26 Aug 2015 14:58:24 -0700 Subject: [PATCH] Updates for Ambari 2.0.2 Updated user list under HWX, and URL to reference guide (which is now PDF rather than individual HTML pages) --- onefs/isilon_create_users.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onefs/isilon_create_users.sh b/onefs/isilon_create_users.sh index c79ed36..981b60d 100755 --- a/onefs/isilon_create_users.sh +++ b/onefs/isilon_create_users.sh @@ -151,10 +151,10 @@ case "$DIST" in REQUIRED_GROUPS="$REQUIRED_USERS $SUPER_GROUPS sqoop" ;; "hwx") - # See http://docs.hortonworks.com/HDPDocuments/Ambari-1.6.0.0/bk_ambari_reference/content/Defining-service-users-groups-2x.html + # See http://docs.hortonworks.com/HDPDocuments/Ambari-2.0.2.0/bk_ambari_reference_guide/bk_ambari_reference_guide-20150413.pdf#page=15 SUPER_USERS="hdfs mapred yarn hbase storm falcon" SUPER_GROUPS="hadoop" - REQUIRED_USERS="$SUPER_USERS tez hive hcat oozie zookeeper ambari-qa" + REQUIRED_USERS="$SUPER_USERS tez hive hcat oozie zookeeper ambari-qa flume hue accumulo hadoopqa sqoop anonymous spark" REQUIRED_GROUPS="$REQUIRED_USERS $SUPER_GROUPS" ;; "phd")