hbase should pick up HADOOP_CONF_DIR on its classpath
-----------------------------------------------------
Key: HBASE-4076
URL: https://issues.apache.org/jira/browse/HBASE-4076
Project: HBase
Issue Type: Improvement
Components: scripts
Affects Versions: 0.92.0
Reporter: Todd Lipcon
Fix For: 0.92.0
Currently, hbase doesn't automatically include the hadoop config on its
classpath. It usually works out OK since we specify hbase.rootdir with a fullly
qualified hdfs://nnhost/path URL. But, in secure environments for example,
there are some other Hadoop configs that need to be available to HBase (eg NN
krb5 principal info).
We should change the HBase scripts to automatically pick up HADOOP_CONF_DIR or
HADOOP_HOME/conf on the classpath when available.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira