Isilon / isilon_hadoop_tools

Tools for Using Hadoop with OneFS
https://pypi.org/project/isilon-hadoop-tools/
MIT License
14 stars 21 forks source link

HBase is not added to the Hadoop group in the CDH group file #22

Closed dmtucker closed 7 years ago

dmtucker commented 7 years ago

We add it on OneFS:

    isi auth groups modify hadoop$CLUSTER_NAME --add-user hbase$CLUSTER_NAME --zone $ZONE
        [ $? -ne 0 ] && addError "Could not add user hbase$CLUSTER_NAME to hadoop$CLUSTER_NAME group in zone $ZONE"

But, the group file doesn't have it:

# use this file to add to the group file of your clients
hdfs:x:1000:
mapred:x:1001:
yarn:x:1002:
HTTP:x:1003:
cloudera-scm:x:1004:
accumulo:x:1005:
flume:x:1006:
hbase:x:1007:
httpfs:x:1009:
hue:x:1010:
apache:x:1011:
impala:x:1012:
kafka:x:1013:
kms:x:1014:
keytrustee:x:1015:
kudu:x:1016:
llama:x:1017:
oozie:x:1018:
solr:x:1019:
spark:x:1020:
sentry:x:1021:
sqoop:x:1022:
zookeeper:x:1024:
anonymous:x:1025:
cmjobuser:x:1026:
hadoop:x:1027:,hdfs,mapred,yarn,HTTP
supergroup:x:1028:,hdfs,mapred,yarn,HTTP
sqoop2:x:1023:,sqoop
hive:x:1008:,impala
bonibruno commented 7 years ago

Fixed.