Skip to content

Commit

Permalink
rephrase some
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Jan 7, 2015
1 parent afdfc99 commit 202ac85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-on-yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
<td><code>spark.yarn.amMaxAttempts</code></td>
<td>yarn.resourcemanager.am.max-attempts in YARN</td>
<td>
The maximum number of ApplicationMaster attempts.
It should not be larger than the global number set by resourcemanager. Otherwise, it will be override.
The maximum number of attempts that will be made to submit the application.
It should be no larger than the global number of max attempts in the YARN configuration.
</td>
</tr>
</table>
Expand Down

0 comments on commit 202ac85

Please sign in to comment.