Skip to content

Commit

Permalink
Merge pull request #2 from ro-ket/master
Browse files Browse the repository at this point in the history
Updates for Ambari 2.0.2
  • Loading branch information
claudiofahey committed Aug 27, 2015
2 parents 2e49282 + 2d7b8d5 commit 0511361
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 0511361

Please sign in to comment.