YARN-10156. Fix typo 'complaint' which means quite different in Federation.md (#1856)
(cherry picked from commit d608e94f92
)
This commit is contained in:
parent
2377649cdb
commit
7d0ff2dc85
|
@ -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:
|
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).
|
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.
|
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.
|
4. The router then redirects the application submission request to the home RM.
|
||||||
|
|
Loading…
Reference in New Issue