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

    https://github.com/apache/spark/pull/5236#discussion_r28287786
  
    --- Diff: docs/running-on-yarn.md ---
    @@ -48,9 +48,9 @@ Most of the configs are the same for Spark on YARN as for 
other deployment modes
     </tr>
     <tr>
       <td><code>spark.yarn.am.waitTime</code></td>
    -  <td>100000</td>
    +  <td>100s</td>
    --- End diff --
    
    unfortunately this needs to be `100000ms` for backward compatibility, 
because we stated in the docs that these configs accept raw numeric values 
assuming the units of the default value.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to