[1/2] spark git commit: [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.

2015-09-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-1.5 d4b00c5c3 -> d6cd3562a [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure. The YARN backend doesn't like when user code calls `System.exit`, since it cannot know the exit status and thus cannot set an appropriate final sta

spark git commit: [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.

2015-08-17 Thread vanzin
Repository: spark Updated Branches: refs/heads/master ed092a06c -> f68d02409 [SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure. The YARN backend doesn't like when user code calls `System.exit`, since it cannot know the exit status and thus cannot set an appropriate final status