Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1279#discussion_r16386222
  
    --- Diff: docs/running-on-yarn.md ---
    @@ -125,6 +125,14 @@ Most of the configs are the same for Spark on YARN as 
for other deployment modes
          the environment of the executor launcher. 
       </td>
     </tr>
    +<tr>
    +  <td><code>spark.yarn.maxappattempts</code></td>
    +  <td>YARN Default</td>
    +  <td>
    +  The maximum number of attempts that will be made to submit the 
application.
    +  See <a 
href="https://hadoop.apache.org/docs/current/api/org/apache/hadoop/yarn/api/records/ApplicationSubmissionContext.html#setMaxAppAttempts%28int%29";>this
 YARN Doc.</a>
    --- End diff --
    
    I'd rather not link to the yarn documentation here in case it changes 
locations. Perhaps add a statement about it not being allowed to be bigger then 
the cluster configured max. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to