Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6058][Yarn] Log the user class exception in ApplicationMaster - #4813
[SPARK-6058][Yarn] Log the user class exception in ApplicationMaster#4813zsxwing wants to merge 1 commit into
Conversation
SparkQA
commented
Feb 27, 2015
Test build #28060 has started for PR 4813 at commit
|
lianhuiwang
commented
Feb 27, 2015
LGTM |
srowen
commented
Feb 27, 2015
OK, this is basically an addendum to SPARK-6018 and should follow it. Throwing the exception from a raw |
SparkQA
commented
Feb 27, 2015
Test build #28060 timed out for PR 4813 at commit |
AmplabJenkins
commented
Feb 27, 2015
Test FAILed. |
zsxwing
commented
Feb 27, 2015
Jenkins, retest this please. |
srowen
commented
Feb 27, 2015
Jenkins, retest this please |
SparkQA
commented
Feb 27, 2015
Test build #28067 has started for PR 4813 at commit
|
SparkQA
commented
Feb 27, 2015
Test build #28067 has finished for PR 4813 at commit
|
AmplabJenkins
commented
Feb 27, 2015
Test PASSed. |
Because ApplicationMaster doesn't set SparkUncaughtExceptionHandler, the exception in the user class won't be logged. This PR added a `logError` for it. Author: zsxwing <zsxwing@gmail.com> Closes#4813 from zsxwing/SPARK-6058 and squashes the following commits: 806c932 [zsxwing] Log the user class exception (cherry picked from commit e747e98) Signed-off-by: Sean Owen <sowen@cloudera.com>
Because ApplicationMaster doesn't set SparkUncaughtExceptionHandler, the exception in the user class won't be logged. This PR added a
logErrorfor it.