Skip to content

Commit

Permalink
changed some items around hdp tracer
Browse files Browse the repository at this point in the history
tracer needs su.  So he’s been added to the superuser’s line.  There
are also paths added to the hdp directories script related to accumulo
that prevented tracer from working.
  • Loading branch information
Brian Radwanski committed May 23, 2016
1 parent 060805f commit 16d25db
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion onefs/isilon_create_directories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,29 @@ case "$DIST" in
dirList=(\
"/#755#hdfs#hadoop" \
"/app-logs#777#yarn#hadoop#" \
"/app-logs/ambari-qa#770#ambari-qa#hadoop#" \
"/app-logs/ambari-qa/logs#770#ambari-qa#hadoop#" \
"/tmp#1777#hdfs#hdfs" \
"/user#755#hdfs#hdfs" \
"/apps#755#hdfs#hadoop#" \
"/apps/falcon#777#falcon#hdfs#" \
"/apps/accumulo/#750#accumulo#hadoop#" \
"/apps/hbase#755#hdfs#hadoop" \
"/apps/hbase/data#775#hbase#hadoop" \
"/apps/hbase/staging#711#hbase#hadoop" \
"/apps/hive#755#hdfs#hdfs" \
"/apps/hive/warehouse#777#hive#hdfs" \
"/apps/tez#755#tez#hdfs" \
"/apps/webhcat#755#hcat#hdfs" \
"/mapred#755#mapred#hadoop" \
"/mapred/system#755#mapred#hadoop" \
"/user#755#hdfs#hdfs" \
"/user/ambari-qa#770#ambari-qa#hdfs" \
"/user/hcat#755#hcat#hdfs" \
"/user/hdfs#755#hdfs#hdfs" \
"/user/hive#700#hive#hdfs" \
"/user/hue#755#hue#hue" \
"/user/oozie#775#oozie#hdfs" \
"/user/yarn#755#yarn#hdfs" \
)
;;
"phd")
Expand Down
4 changes: 2 additions & 2 deletions onefs/isilon_create_users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ case "$DIST" in
;;
"hwx")
# See http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.1.0/bk_ambari_reference_guide/content/_defining_service_users_and_groups_for_a_hdp_2x_stack.html
SUPER_USERS="hdfs mapred yarn hbase storm falcon"
SUPER_USERS="hdfs mapred yarn hbase storm falcon tracer"
SUPER_GROUPS="hadoop"
REQUIRED_USERS="$SUPER_USERS tez hive hcat oozie zookeeper ambari-qa flume hue accumulo hadoopqa sqoop anonymous spark mahout ranger kms atlas ams tracer kafka"
REQUIRED_USERS="$SUPER_USERS tez hive hcat oozie zookeeper ambari-qa flume hue accumulo hadoopqa sqoop anonymous spark mahout ranger kms atlas ams kafka"
REQUIRED_GROUPS="$REQUIRED_USERS $SUPER_GROUPS"
;;
"phd")
Expand Down

0 comments on commit 16d25db

Please sign in to comment.