[
https://issues.apache.org/jira/browse/YARN-2970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14257463#comment-14257463
]
Hadoop QA commented on YARN-2970:
---------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12688902/YARN-2970.001.patch
against trunk revision 5caebba.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:red}-1 findbugs{color}. The patch appears to introduce 10 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client:
org.apache.hadoop.yarn.client.TestApplicationClientProtocolOnHA
Test results:
https://builds.apache.org/job/PreCommit-YARN-Build/6176//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-YARN-Build/6176//artifact/patchprocess/newPatchFindbugsWarningshadoop-yarn-client.html
Console output: https://builds.apache.org/job/PreCommit-YARN-Build/6176//console
This message is automatically generated.
> NodeLabel operations in RMAdmin CLI get missing in help command.
> ----------------------------------------------------------------
>
> Key: YARN-2970
> URL: https://issues.apache.org/jira/browse/YARN-2970
> Project: Hadoop YARN
> Issue Type: Sub-task
> Components: api, client, resourcemanager
> Affects Versions: 2.6.0
> Reporter: Junping Du
> Assignee: Varun Saxena
> Priority: Minor
> Attachments: YARN-2970.001.patch, YARN-2970.patch
>
>
> NodeLabel operations in RMAdmin CLI get missing in help command when I am
> debugging YARN-313, we should add them on as other cmds:
> {noformat}
> yarn rmadmin [-refreshQueues] [-refreshNodes] [-refreshResources]
> [-refreshSuperUserGroupsConfiguration] [-refreshUserToGroupsMappings]
> [-refreshAdminAcls] [-refreshServiceAcl] [-getGroup [username]]
> [-updateNodeResource [NodeID] [MemSize] [vCores] ([OvercommitTimeout]) [-help
> [cmd]]
> -refreshQueues: Reload the queues' acls, states and scheduler specific
> properties.
> ResourceManager will reload the mapred-queues configuration
> file.
> -refreshNodes: Refresh the hosts information at the ResourceManager.
> -refreshResources: Refresh resources of NodeManagers at the
> ResourceManager.
> -refreshSuperUserGroupsConfiguration: Refresh superuser proxy groups
> mappings
> -refreshUserToGroupsMappings: Refresh user-to-groups mappings
> -refreshAdminAcls: Refresh acls for administration of ResourceManager
> -refreshServiceAcl: Reload the service-level authorization policy file.
> ResoureceManager will reload the authorization policy file.
> -getGroups [username]: Get the groups which given user belongs to.
> -updateNodeResource [NodeID] [MemSize] [vCores] ([OvercommitTimeout]):
> Update resource on specific node.
> -help [cmd]: Displays help for the given command or all commands if none
> is specified.
> -addToClusterNodeLabels [label1,label2,label3] (label splitted by ","):
> add to cluster node labels
> -removeFromClusterNodeLabels [label1,label2,label3] (label splitted by
> ","): remove from cluster node labels
> -replaceLabelsOnNode [node1:port,label1,label2 node2:port,label1,label2]:
> replace labels on nodes
> -directlyAccessNodeLabelStore: Directly access node label store, with this
> option, all node label related operations will not connect RM. Instead, they
> will access/modify stored node labels directly. By default, it is false
> (access via RM). AND PLEASE NOTE: if you configured
> yarn.node-labels.fs-store.root-dir to a local directory (instead of NFS or
> HDFS), this option will only work when the command run on the machine where
> RM is running.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)