[
https://issues.apache.org/jira/browse/HADOOP-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HADOOP-2196:
--------------------------
Attachment: 2196.patch
Install lib, bin, conf, and webapps into contrib/hbase when 'package' target is
called (This patch depends on HADOOP-2207 going in).
> [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
> Assignee: stack
> Priority: Minor
> Attachments: 2196.patch
>
>
> 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.