You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Anirudha Jadhav <an...@nyu.edu> on 2017/05/24 19:10:40 UTC

AutoConfig Hbase clients on HBase cluster *-site.xml changes

Hi all,

whats the norm here, when cluster properties change on hbase cluster, how
to clients re-configure themselves.

can this be handled dynamically ?
something like, hbase clients should only have a set of zkHost:port lists
and get all files from Zk to configure itself rather than going to the file
system. Picking up config files from a file system are particularly painful
if the apps are not on the same hadoop cluster.

any thoughts, or your experiences?

-- 
Ani

Re: AutoConfig Hbase clients on HBase cluster *-site.xml changes

Posted by Ted Yu <yu...@gmail.com>.
bq. get all files from Zk to configure itself

Recent practice for hbase is not to store information in zookeeper (there
is some exception such as cluster Id but that's what developers adhere to
lately).

Which hbase client config(s) have you observed that have to be adjusted
along with cluster config ?

Cheers

On Wed, May 24, 2017 at 12:10 PM, Anirudha Jadhav <an...@nyu.edu> wrote:

> Hi all,
>
> whats the norm here, when cluster properties change on hbase cluster, how
> to clients re-configure themselves.
>
> can this be handled dynamically ?
> something like, hbase clients should only have a set of zkHost:port lists
> and get all files from Zk to configure itself rather than going to the file
> system. Picking up config files from a file system are particularly painful
> if the apps are not on the same hadoop cluster.
>
> any thoughts, or your experiences?
>
> --
> Ani
>