Details
Description
The goal of this jura is to provide a installation script for configuring HBase environment and configuration. By using the same pattern of *-setup-conf.sh for all Hadoop related projects. For HBase, the usage of the script looks like this:
usage: ./hbase-setup-conf.sh <parameters> Optional parameters: --hadoop-conf=/etc/hadoop Set Hadoop configuration directory location --hadoop-home=/usr Set Hadoop directory location --hadoop-namenode=localhost Set Hadoop namenode hostname --hadoop-replication=3 Set HDFS replication --hbase-home=/usr Set HBase directory location --hbase-conf=/etc/hbase Set HBase configuration directory location --hbase-log=/var/log/hbase Set HBase log directory location --hbase-pid=/var/run/hbase Set HBase pid directory location --hbase-user=hbase Set HBase user --java-home=/usr/java/default Set JAVA_HOME directory location --kerberos-realm=KERBEROS.EXAMPLE.COM Set Kerberos realm --kerberos-principal-id=_HOST Set Kerberos principal ID --keytab-dir=/etc/security/keytabs Set keytab directory --regionservers=localhost Set regionservers hostnames --zookeeper-home=/usr Set ZooKeeper directory location --zookeeper-quorum=localhost Set ZooKeeper Quorum --zookeeper-snapshot=/var/lib/zookeeper Set ZooKeeper snapshot location
Attachments
Attachments
Issue Links
- is depended upon by
-
HBASE-4337 Update HBase directory structure layout to be aligned with Hadoop
- Closed
-
HBASE-4523 dfs.support.append config should be present in the hadoop configs, we should remove them from hbase so the user is not confused when they see the config in 2 places
- Closed
-
HBASE-4535 hbase-env.sh in hbase rpm does not set HBASE_CONF_DIR
- Closed
- is related to
-
HADOOP-7599 Improve hadoop setup conf script to setup secure Hadoop cluster
- Closed
-
PIG-2284 Add pig-setup-conf.sh script
- Closed