Skip to content

Commit

Permalink
Updates for Ambari 2.0.2
Browse files Browse the repository at this point in the history
Updated user list under HWX, and URL to reference guide (which is now
PDF rather than individual HTML pages)
  • Loading branch information
ro-ket committed Aug 26, 2015
1 parent 2e49282 commit 2d7b8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onefs/isilon_create_users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2d7b8d5

Please sign in to comment.