[
https://issues.apache.org/jira/browse/HADOOP-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HADOOP-1920:
--------------------------
Attachment: sh.patch
Here's a patch and list of changes.
HADOOP-1920 Wrapper scripts broken when hadoop in one location and
hbase in another
M src/contrib/hbase/bin/hbase-daemons.sh
Fix line lengths. Take HADOOP_HOME as an option and pass to the
regionservers.sh invocation so it gets forwarded out around the
cluster.
M src/contrib/hbase/bin/hbase
Don't add hbase jar if not found. Add looking in a second place
just in case.
M src/contrib/hbase/bin/regionservers.sh
M src/contrib/hbase/bin/stop-hbase.sh
Line lengths.
M src/contrib/hbase/bin/start-hbase.sh
Line lengths. Add forwarding of HADOOP_HOME and file of
regionservers.
M src/contrib/hbase/bin/hbase-daemon.sh
Line lengths. Pass HADOOP_HOME to hbase script.
M src/contrib/hbase/bin/hbase-config.sh
HADOOP_CONF_DIR is more likely to be present when we go to
figure an empty HBASE_REGIONSSERVERS.
M src/contrib/hbase/README.txt
Removed dated material. Point at hbase home page in the wiki
instead.
> [hbase] Wrapper scripts broken when hadoop in one location and hbase in
> another
> -------------------------------------------------------------------------------
>
> Key: HADOOP-1920
> URL: https://issues.apache.org/jira/browse/HADOOP-1920
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Reporter: stack
> Priority: Minor
> Fix For: 0.15.0
>
> Attachments: sh.patch
>
>
> In-house, hadoop is installed into one location and the desire is that hbase
> can be installed elsewhere as its own distinct component that can be revved
> independent of base hadoop. The wrapper scripts give the impression that this
> is currently possible with support for separate HADOOP_HOME/HBASE_HOME,
> HADOOP_CONF_DIR/HBASE_CONF_DIR, etc, only trying it this evening the scripts
> fail; key settings are not being forwarded out to remote regionservers on the
> cluster.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.