[
https://issues.apache.org/jira/browse/YARN-7101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Hung reassigned YARN-7101:
-----------------------------------
Assignee: Jonathan Hung
> 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
> Assignee: Jonathan Hung
> Labels: newbie
>
> 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: [email protected]
For additional commands, e-mail: [email protected]