Repository: hadoop
Updated Branches:
  refs/heads/trunk 7e521c5a4 -> 0e7549604


YARN-5720. Update document for "rmadmin -replaceLabelOnNode". Contributred by 
Tao Jie


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0e754960
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0e754960
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0e754960

Branch: refs/heads/trunk
Commit: 0e75496049001b00c00901fcbfe3d4229b2fd64a
Parents: 7e521c5
Author: Naganarasimha <[email protected]>
Authored: Thu Nov 3 12:32:22 2016 +0530
Committer: Naganarasimha <[email protected]>
Committed: Thu Nov 3 12:32:22 2016 +0530

----------------------------------------------------------------------
 .../hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeLabel.md  | 2 +-
 .../hadoop-yarn-site/src/site/markdown/YarnCommands.md           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0e754960/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeLabel.md
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeLabel.md
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeLabel.md
index af75bfe..a87658d 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeLabel.md
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeLabel.md
@@ -89,7 +89,7 @@ Notes:
 ###Add/modify node-to-labels mapping to YARN
 
 * Configuring nodes to labels mapping in **Centralized** NodeLabel setup
-    * Executing ```yarn rmadmin -replaceLabelsOnNode “node1[:port]=label1 
node2=label2”```. Added label1 to node1, label2 to node2. If user don’t 
specify port, it added the label to all ```NodeManagers``` running on the node.
+    * Executing ```yarn rmadmin -replaceLabelsOnNode “node1[:port]=label1 
node2=label2” [-failOnUnknownNodes]```. Added label1 to node1, label2 to 
node2. If user don’t specify port, it adds the label to all 
```NodeManagers``` running on the node. If option ```-failOnUnknownNodes``` is 
set, this command will fail if specified nodes are unknown.
 
 * Configuring nodes to labels mapping in **Distributed** NodeLabel setup
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/0e754960/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md
----------------------------------------------------------------------
diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md
index 8f954ff..1d51b1f 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md
@@ -215,7 +215,7 @@ Usage:
      -getGroups [username]
      -addToClusterNodeLabels 
<"label1(exclusive=true),label2(exclusive=false),label3">
      -removeFromClusterNodeLabels <label1,label2,label3> (label splitted by 
",")
-     -replaceLabelsOnNode <"node1[:port]=label1,label2 
node2[:port]=label1,label2">
+     -replaceLabelsOnNode <"node1[:port]=label1,label2 
node2[:port]=label1,label2"> [-failOnUnknownNodes]
      -directlyAccessNodeLabelStore
      -refreshClusterMaxPriority
      -updateNodeResource [NodeID] [MemSize] [vCores] ([OvercommitTimeout])
@@ -239,7 +239,7 @@ Usage:
 | -getGroups [username] | Get groups the specified user belongs to. |
 | -addToClusterNodeLabels 
<"label1(exclusive=true),label2(exclusive=false),label3"> | Add to cluster node 
labels. Default exclusivity is true. |
 | -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 (please note that we do 
not support specifying multiple labels on a single host for now.) |
+| -replaceLabelsOnNode <"node1[:port]=label1,label2 
node2[:port]=label1,label2"> [-failOnUnknownNodes]| Replace labels on nodes 
(please note that we do not support specifying multiple labels on a single host 
for now.) -failOnUnknownNodes is optional, when we set this option, it will 
fail if specified nodes are unknown.|
 | -directlyAccessNodeLabelStore | This is DEPRECATED, will be removed in 
future releases. 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. |
 | -refreshClusterMaxPriority | Refresh cluster max priority |
 | -updateNodeResource [NodeID] [MemSize] [vCores] \([OvercommitTimeout]\) | 
Update resource on specific node. |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to