[ https://issues.apache.org/jira/browse/SPARK-13852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcelo Vanzin resolved SPARK-13852. ------------------------------------ Resolution: Won't Fix See discussion in PR. > handle the InterruptedException caused by YARN HA switch > --------------------------------------------------------- > > Key: SPARK-13852 > URL: https://issues.apache.org/jira/browse/SPARK-13852 > Project: Spark > Issue Type: Bug > Components: YARN > Affects Versions: 1.6.0, 1.6.1 > Reporter: Tao Wang > Priority: Minor > > when sc stops, it will interrupt thread using to monitor app status. > the thread will throw an InterruptedException if YARN is switch as there is a > sleep method in retry logic. > If YARN is switch between active and standby, sc.stop will return > YarnApplicationState.FAILED as the InterruptedException is not caught. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org