You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/06/08 23:55:02 UTC

[jira] [Resolved] (HBASE-1565) Support rsync-ing of data in bin scripts

     [ https://issues.apache.org/jira/browse/HBASE-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1565.
-----------------------------------

    Resolution: Not a Problem

> Support rsync-ing of data in bin scripts
> ----------------------------------------
>
>                 Key: HBASE-1565
>                 URL: https://issues.apache.org/jira/browse/HBASE-1565
>             Project: HBase
>          Issue Type: Improvement
>          Components: scripts
>            Reporter: Nitay Joffe
>            Priority: Minor
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)