[ 
https://issues.apache.org/jira/browse/HBASE-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913290#action_12913290
 ] 

Ted Yu commented on HBASE-2789:
-------------------------------

I added the following to bin/hbase-daemon.sh (at line 171) for sync'ing conf 
files upon startup:

    if [ "$HBASE_MASTER" != "" ]
    then
        echo rsync from $HBASE_MASTER
        rsync -a -e ssh --delete $HBASE_MASTER:${HBASE_CONF_DIR} ${HBASE_HOME}
    fi

It works on a 16 node cluster one of which is the master.

> Propagate HBase config from Master to region servers
> ----------------------------------------------------
>
>                 Key: HBASE-2789
>                 URL: https://issues.apache.org/jira/browse/HBASE-2789
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>    Affects Versions: 0.20.3
>            Reporter: Ted Yu
>
> If HBase config is modified when HBase cluster is running, the changes 
> wouldn't propagate to region servers after restarting cluster.
> This is different from hadoop behavior where changes get automatically copied 
> to data nodes.
> This feature is desirable when enabling JMX, e.g.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to