You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/04/01 07:06:56 UTC

[hadoop] branch branch-3.2 updated: YARN-10202. Fix documentation about NodeAttributes. Contributed by Sen Zhao.

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 6d5f87b  YARN-10202. Fix documentation about NodeAttributes. Contributed by Sen Zhao.
6d5f87b is described below

commit 6d5f87b2288da2770f3ad8088eb55c448f9ed4e4
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Wed Apr 1 16:05:47 2020 +0900

    YARN-10202. Fix documentation about NodeAttributes. Contributed by Sen Zhao.
    
    (cherry picked from commit c162648aff68552d87db8a013b850c17fee762c0)
---
 .../hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeAttributes.md    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeAttributes.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeAttributes.md
index 5128004..b733384 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeAttributes.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeAttributes.md
@@ -127,7 +127,9 @@ Here is an example for creating a Scheduling Request object with NodeAttribute e
             .build();
 
 The above SchedulingRequest requests for 1 container on nodes that must satisfy following constraints:
+
 1. Node attribute *`rm.yarn.io/python`* doesn't exist on the node or it exist but its value is not equal to 3
+
 2. Node attribute *`rm.yarn.io/java`* must exist on the node and its value is equal to 1.8
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org