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/02/26 08:33:49 UTC

[hadoop] branch branch-2.9 updated: YARN-10156. Fix typo 'complaint' which means quite different in Federation.md (#1856)

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

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


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new 4510208  YARN-10156. Fix typo 'complaint' which means quite different in Federation.md (#1856)
4510208 is described below

commit 4510208a9ab4c704c43dddae312167a5435e9dce
Author: Elixir Kook <ju...@gmail.com>
AuthorDate: Wed Feb 26 17:29:26 2020 +0900

    YARN-10156. Fix typo 'complaint' which means quite different in Federation.md (#1856)
    
    (cherry picked from commit d608e94f9208354897a59dc8e533535b1b8a30b9)
---
 .../hadoop-yarn/hadoop-yarn-site/src/site/markdown/Federation.md        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/Federation.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/Federation.md
index a1d3ab6..4cc305d 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/Federation.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/Federation.md
@@ -133,7 +133,7 @@ AMRMProxy, Global Policy Generator (GPG) and Router work together to make this h
 
 The figure shows a sequence diagram for the following job execution flow:
 
-1. The Router receives an application submission request that is complaint to the YARN Application Client Protocol.
+1. The Router receives an application submission request that is compliant with the YARN Application Client Protocol.
 2. The router interrogates a routing table / policy to choose the “home RM” for the job (the policy configuration is received from the state-store on heartbeat).
 3. The router queries the membership state to determine the endpoint of the home RM.
 4. The router then redirects the application submission request to the home RM.


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