You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Jonathan Hung (JIRA)" <ji...@apache.org> on 2017/08/25 20:31:00 UTC

[jira] [Created] (YARN-7101) Dedupe getNodePath implementation in ZKRMStateStore to use ZKCuratorManager

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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org