Github user WangTaoTheTonic commented on the pull request:

    https://github.com/apache/spark/pull/11692#issuecomment-197118357
  
    @tgravescs I reproduce it and the error message like:
    
    >> 16/03/16 10:29:33 INFO YarnClientSchedulerBackend: Shutting down all 
executors
    16/03/16 10:29:33 ERROR Client: Failed to contact YARN for application 
application_1457924833801_0003.
    java.lang.reflect.UndeclaredThrowableException
            at com.sun.proxy.$Proxy10.getApplicationReport(Unknown Source)
            at 
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.getApplicationReport(YarnClientImpl.java:431)
            at 
org.apache.spark.deploy.yarn.Client.getApplicationReport(Client.scala:221)
            at 
org.apache.spark.deploy.yarn.Client.monitorApplication(Client.scala:882)
            at 
org.apache.spark.scheduler.cluster.YarnClientSchedulerBackend$MonitorThread.run(YarnClientSchedulerBackend.scala:144)
    Caused by: java.lang.InterruptedException: sleep interrupted
            at java.lang.Thread.sleep(Native Method)
            at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:155)
            ... 5 more
    16/03/16 10:29:33 INFO YarnClientSchedulerBackend: Asking each executor to 
shut down
    16/03/16 10:29:33 ERROR YarnClientSchedulerBackend: Yarn application has 
already exited with state FAILED!
    16/03/16 10:29:33 INFO SparkContext: SparkContext already stopped.
    16/03/16 10:29:33 INFO YarnClientSchedulerBackend: Stopped
    
    There's no "Interrupting monitor thread" and the exception is 
UndeclaredThrowableException caused by InterruptedException.


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