1

I am new to apache zookeeper and I read from an article that

Zookeeper manages the entire workflow of starting and stopping various nodes in the Hadoop’s cluster.

If it so, can anyone tell me how..

user3797438
  • 405
  • 3
  • 6
  • 24

1 Answers1

2

In HADOOP when u create multiple node cluster ,for co-ordination between data nodes and name node zookeeper is used.

It regularly updates the status of datanodes.

Sandeep Das
  • 1,010
  • 9
  • 22
  • ...I have one doubt...In hadoop when I make multiple cluster...for instance say 20...whether I must have zookeeper servers in all nodes or not...@Sandeep Das – user3797438 Aug 10 '14 at 17:48