Jonathan Hung created YARN-7101:
-----------------------------------

             Summary: Dedupe getNodePath implementation in ZKRMStateStore to 
use ZKCuratorManager
                 Key: YARN-7101
                 URL: https://issues.apache.org/jira/browse/YARN-7101
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Jonathan Hung


ZKRMStateStore implements getNodePath like this: {noformat}  @VisibleForTesting
  String getNodePath(String root, String nodeName) {
    return (root + "/" + nodeName);
  }{noformat}
In HADOOP-14741 ZKCuratorManager adds the same implementation.

We should dedupe this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org

Reply via email to