[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17625979#comment-17625979
 ] 

ASF GitHub Bot commented on MAPREDUCE-7425:
-------------------------------------------

wangteng13 opened a new pull request, #5090:
URL: https://github.com/apache/hadoop/pull/5090

   ### Description of PR
   The document of yarn.app.mapreduce.client-am.ipc.max-retries and 
yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts is not detailed and 
complete. yarn.app.mapreduce.client-am.ipc.max-retries is used to overwrite 
ipc.client.connect.max.retries in ClientServiceDelegate.java. So, the document 
is suggested to fix to mention it. @cnauroth
   
   ### How was this patch tested?
   document change
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id 
(e.g. 'HADOOP-17799. Your PR title ...')?
   - [ ] Object storage: have the integration tests been executed and the 
endpoint declared according to the connector-specific documentation?
   - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
   - [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, 
`NOTICE-binary` files?
   
   




> Document Fix for yarn.app.mapreduce.client-am.ipc.max-retries
> -------------------------------------------------------------
>
>                 Key: MAPREDUCE-7425
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7425
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: yarn
>    Affects Versions: 3.3.4
>            Reporter: teng wang
>            Priority: Major
>
> The document of *yarn.app.mapreduce.client-am.ipc.max-retries* and 
> *yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts* is not detailed 
> and complete. *yarn.app.mapreduce.client-am.ipc.max-retries* is used to 
> *overwrite ipc.client.connect.max.retries* in ClientServiceDelegate.java. So, 
> the document is suggested to fix as: (refer to yarn.client.failover-retries)
>  
> {code:java}
> // mapred-default.xml
> <property>
>   <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> {code}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to