Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-7101

Dedupe getNodePath implementation in ZKRMStateStore to use ZKCuratorManager

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      ZKRMStateStore implements getNodePath like this:

        @VisibleForTesting
        String getNodePath(String root, String nodeName) {
          return (root + "/" + nodeName);
        }

      In HADOOP-14741 ZKCuratorManager adds the same implementation.

      We should dedupe this.

      Attachments

        Activity

          People

            jhung Jonathan Hung
            jhung Jonathan Hung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: