|
|
-
Re: Zookeeper integration with hadoopEdward Ribeiro 2013-01-17, 17:00
Hi,
Zookeeper is part of Hadoop. Other Hadoop systems like HBase and HDFS, for example, have already been integrated to use ZK to high availability so, as far as I know, it's a matter of configuration. I suggest you dig what is going in your cluster (MapReduce, HBase, and/or HDFS) to see what ZK can already do for your cluster. Edward On Thu, Jan 17, 2013 at 1:12 PM, Savitha Devi Inbasekaran < [EMAIL PROTECTED]> wrote: > Hi, > I am new to zookeeper. I read in few articles that zookeeper can be used > for configuration management. Is it possible to integrate hadoop with > zookeeper and manage hadoop clusters nodes configuration through zookeeper. > If yes then implementation of the same will be useful. Thanks in advance. > > > Thanks, > Savitha > > |