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:
parent
d88a6ee962
commit
4da1cad680
@ -1660,14 +1660,18 @@
|
|||||||
<name>yarn.app.mapreduce.client-am.ipc.max-retries</name>
|
<name>yarn.app.mapreduce.client-am.ipc.max-retries</name>
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
<description>The number of client retries to the AM - before reconnecting
|
<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>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts</name>
|
<name>yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts</name>
|
||||||
<value>3</value>
|
<value>3</value>
|
||||||
<description>The number of client retries on socket timeouts to the AM - before
|
<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>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
|
Loading…
Reference in New Issue
Block a user