|
Answer» Here are the benefits of using ZooKeeper:
- SIMPLE distributed coordination process
- Synchronization:Mutual exclusion and co-operation between server PROCESSES. This process helps in APACHE HBase for configuration management.
- Ordered MESSAGES
- Serialization :Encode the data according to specific rules. Ensure your application runs consistently. This approach can be used in MapReduce to coordinate queue to execute running threads.
- Reliability
- Atomicity:Data transfer EITHER succeed or fail completely, but no transaction is partial.
Here are the benefits of using ZooKeeper:
|