GitHub user chemikadze opened a pull request:
https://github.com/apache/incubator-griffin/pull/421
GRIFFIN-197 Treat non-existing YARN app as FAILED
This avoids jobs becoming stuck in UNKNOWN state on Service side.
Also, improves logging for YARN client errors.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chemikadze/incubator-griffin GRIFFIN-197
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/421.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #421
----
commit 3c7a240992327a827ebcd51f684b59f466e60f99
Author: Nikolay Sokolov <chemikadze@...>
Date: 2018-09-21T20:44:15Z
GRIFFIN-197 Treat non-existing YARN app as FAILED
This avoids jobs becoming stuck in UNKNOWN state on Service side.
Also, improves logging for YARN client errors.
----
---