Hi,recently I have been trying to track my spark application using SparkListener.
Now I have a problem:
There is a application, the result of its execution is SUCCESSED on Yarn WebUI,but it's actually a failed application.
And my listener class can not get the error message,the application log only show the Start events for failed jobs and tasks.
Some can help me ?

