Skip to content

Commit

Permalink
feat(hdp2): hive/hbase/hdfs for hdp 2
Browse files Browse the repository at this point in the history
  • Loading branch information
frischHWC committed Apr 20, 2021
1 parent e88af43 commit 71c135c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ truststore.password=cloudera
file.one.per.iteration=true

# HDFS
hdfs.uri=hdfs://amf-hdp-2:8020/
hdfs.uri=hdfs:/:8020/
hdfs.auth.kerberos=${kerberos.auth}
# It is not needed to fill below configuration if KERBEROS is not activated
hdfs.auth.kerberos.user=${kerberos.user}
hdfs.auth.kerberos.keytab=${kerberos.keytab}


# HBASE
hbase.zookeeper.quorum=amf-hdp-2-1.vpc.cloudera.com:2181,amf-hdp-2-2.vpc.cloudera.com:2181,amf-hdp-2-3.vpc.cloudera.com:2181
hbase.zookeeper.quorum=
hbase.zookeeper.property.clientPort=2181
zookeeper.znode.parent=/hbase-secure
hbase.auth.kerberos=${kerberos.auth}
Expand All @@ -36,7 +36,7 @@ hbase.security.keytab=${kerberos.keytab}


# HIVE
hive.zookeeper.server=amf-hdp-2-1.vpc.cloudera.com,amf-hdp-2-2.vpc.cloudera.com,amf-hdp-2-3.vpc.cloudera.com
hive.zookeeper.server=
hive.zookeeper.port=2181
hive.zookeeper.namespace=hiveserver2
hive.threads.number=1
Expand Down

0 comments on commit 71c135c

Please sign in to comment.