Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Big Data Hadoop & Spark by (55.6k points)
Can anyone explain Zookeeper in Hadoop?

1 Answer

0 votes
by (119k points)

Zookeeper is an open-source distributed coordination service for the management and coordination of hosts. It is difficult to manage a large set of hosts in a distributed environment. The distributed system is used because it helps in completing the task in less time compared to non-distributed systems.

Zookeeper lets the developer focus on software development and not worry about the distributed system. Zookeeper uses Server-client architecture where the client sends for a request a connection to the server. The server accepts the request otherwise the client sends the request to other servers. One of those servers is a Leader that gives information to clients whether servers are alive or not.

Gain an understanding of concepts like Zookeeper in Hadoop by enrolling in Hadoop Online Training.

Also, you can know more about Hadoop and Hadoop ecosystem from this video:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 20, 2020 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer

Browse Categories

...