[
https://issues.apache.org/jira/browse/HBASE-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1565:
-------------------------
Fix Version/s: 0.21.0
> Support rsync-ing of data in bin scripts
> ----------------------------------------
>
> Key: HBASE-1565
> URL: https://issues.apache.org/jira/browse/HBASE-1565
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: scripts
> Reporter: Nitay Joffe
> Priority: Minor
> Fix For: 0.21.0
>
>
> Every developer that works with HBase ends up inevitably writing all sorts of
> rsync and kill scripts. These scripts usually end up failing from time to
> time as our system changes. I think we should maintain some of these
> capabilities in our bin/ scripts directly to ease the work of our
> users/developers.
> For the record Hadoop has recently put in similar sort of stuff in
> bin/hadoop-daemon.sh:
> {code}
> if [ "$HADOOP_MASTER" != "" ]; then
> echo rsync from $HADOOP_MASTER
> rsync -a -e ssh --delete --exclude=.svn --exclude='logs/*'
> --exclude='contrib/hod/logs/*' $HADOOP_MASTER/ "$HADOOP_HOME"
> fi
> {code}
> Whatever we add can be extra options, like this $HADOOP_MASTER variable
> above, so that the normal operation of the scripts is not affected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.