[hbase] Fix how hbase sits in hadoop 'package' product
------------------------------------------------------
Key: HADOOP-2196
URL: https://issues.apache.org/jira/browse/HADOOP-2196
Project: Hadoop
Issue Type: Bug
Components: contrib/hbase
Reporter: stack
Priority: Minor
Currently, hbase bin scripts and conf are present in the hadoop 'package'
product but only under the src subdirectory; scripts are non-executable. If
you try to run hbase from this location, it basically works if you chmod the
scripts to make them executable but there are a few issues such as our not
being able to find hbase stylesheets and logo.
Hbase should be easier to find and run inside of a hadoop package (as long as
it lives inside hadoop). I'd suggest that packaged, hbase scripts are
installed into $HADOOP_HOME/bin and that hbase-*.xml and hbase-env.sh get
installed into $HADOOP_HOME/conf. Later we might add doc too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.