aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKashish Jain <kashish.jain@guavus.com>2015-02-06 13:47:23 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-10 12:10:34 -0800
commitc294216cde8abead4fe320382b751691c3fd2798 (patch)
tree2feb170a7e63f44bdf9f00512b5a354a5f0d2fa3 /python
parentdbfce30fcfc19834bc075e5a09cc3b03eba5c64a (diff)
downloadspark-c294216cde8abead4fe320382b751691c3fd2798.tar.gz
spark-c294216cde8abead4fe320382b751691c3fd2798.tar.bz2
spark-c294216cde8abead4fe320382b751691c3fd2798.zip
SPARK-5613: Catch the ApplicationNotFoundException exception to avoid thread from getting killed on yarn restart.
[SPARK-5613] Added a catch block to catch the ApplicationNotFoundException. Without this catch block the thread gets killed on occurrence of this exception. This Exception occurs when yarn restarts and tries to find an application id for a spark job which got interrupted due to yarn getting stopped. See the stacktrace in the bug for more details. Author: Kashish Jain <kashish.jain@guavus.com> Closes #4392 from kasjain/branch-1.2 and squashes the following commits: 4831000 [Kashish Jain] SPARK-5613: Catch the ApplicationNotFoundException exception to avoid thread from getting killed on yarn restart.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions