0 votes
in Big Data | Hadoop by

What problems can be addressed by using Zookeeper?

1 Answer

0 votes
by
In the development of distributed systems, creating own protocols for coordinating the hadoop cluster results in failure and frustration for the developers. The architecture of a distributed system can be prone to deadlocks, inconsistency and race conditions. This leads to various difficulties in making the hadoop cluster fast, reliable and scalable. To address all such problems, Apache ZooKeeper can be used as a coordination service to write correct distributed applications without having to reinvent the wheel from the beginning.

Related questions

0 votes
asked Feb 9, 2020 in Big Data | Hadoop by rahuljain1
0 votes
asked Apr 8, 2020 in Big Data | Hadoop by GeorgeBell
...