Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, we have a single parameter hadoop.zk.address for Router and Resourcemanager, Due to this we need have FederationStateStore and RMStateStore on the same Zookeeper instance.
With the above topology there can be a load on ZooKeeper, since all subcluster RMs will write to single ZooKeeper.
So, If we Introduce a new configuration such as hadoop.federation.zk.address we can have FederationStateStore on a dedicated Zookeeper.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-14741 Refactor curator based ZooKeeper communication into common library
- Resolved