GitHub user andrewor14 opened a pull request:

    https://github.com/apache/spark/pull/6305

    [SPARK-7775] YARN AM negative sleep exception

    ```
    SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
    SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
    Exception in thread "Reporter" java.lang.IllegalArgumentException: timeout 
value is negative
      at java.lang.Thread.sleep(Native Method)
      at 
org.apache.spark.deploy.yarn.ApplicationMaster$$anon$1.run(ApplicationMaster.scala:356)
    ```
    This kills the reporter thread. This is caused by #6082.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrewor14/spark yarn-negative-sleep

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6305.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6305
    
----
commit 56d6e5ebba34410d5a4608a1b25715174c977280
Author: Andrew Or <[email protected]>
Date:   2015-05-21T00:45:06Z

    Avoid negative sleep

----


---
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