document fix for MAPREDUCE-7425 (#5090)

Reviewed-by: Ashutosh Gupta <ashutosh.gupta@st.niituniversity.in>
Signed-off-by: Chris Nauroth <cnauroth@apache.org>
(cherry picked from commit 388f2f182f)
This commit is contained in:
wangteng13 2022-11-02 04:34:59 +08:00 committed by Chris Nauroth
parent d88a6ee962
commit 4da1cad680
1 changed files with 6 additions and 2 deletions

View File

@ -1660,14 +1660,18 @@
<name>yarn.app.mapreduce.client-am.ipc.max-retries</name>
<value>3</value>
<description>The number of client retries to the AM - before reconnecting
to the RM to fetch Application Status.</description>
to the RM to fetch Application Status.
In other words, it is the ipc.client.connect.max.retries to be used during
reconnecting to the RM and fetching Application Status.</description>
</property>
<property>
<name>yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts</name>
<value>3</value>
<description>The number of client retries on socket timeouts to the AM - before
reconnecting to the RM to fetch Application Status.</description>
reconnecting to the RM to fetch Application Status.
In other words, it is the ipc.client.connect.max.retries.on.timeouts to be used during
reconnecting to the RM and fetching Application Status.</description>
</property>
<property>