[ https://issues.apache.org/jira/browse/YARN-8987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16683538#comment-16683538 ]
Hudson commented on YARN-8987: ------------------------------ SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15405 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/15405/]) YARN-8987. Usability improvements node-attributes CLI. Contributed by (wwei: rev c741109522d2913b87638957c64b94dee6b51029) * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/AdminService.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMAdminService.java * (edit) hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/cli/NodeAttributesCLI.java > Usability improvements node-attributes CLI > ------------------------------------------ > > Key: YARN-8987 > URL: https://issues.apache.org/jira/browse/YARN-8987 > Project: Hadoop YARN > Issue Type: Sub-task > Reporter: Weiwei Yang > Assignee: Bibin A Chundatt > Priority: Critical > Fix For: 3.3.0, 3.2.1 > > Attachments: YARN-8987.001.patch, YARN-8987.002.patch, > YARN-8987.003.patch > > > I setup a single node cluster, then trying to add node-attributes with CLI, > first I tried: > {code:java} > ./bin/yarn nodeattributes -add localhost:hostname(STRING)=localhost > {code} > this command returns exit code 0, however the node-attribute was not added. > Then I tried to replace "localhost" with the host ID, and it worked. > We need to ensure the command fails with proper error message when adding was > not succeed. > Similarly, when I remove a node-attribute that doesn't exist, I still get > return code 0. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org