Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.2.0
-
None
-
None
-
None
Description
FinalApplicationStatus currently supports SUCCEEDED, FAILED and KILLED as values after an application completes.
While these are sufficient for jobs like MR where a single job maps to a single job, these values are not very useful for longer running applications. It does actually lead to confusion when users end up interpreting this value as the exit status of a job which may be one of many running as part of a single application.
A more generic FinalAppStatus status such as 'COMPLETED' would be useful to have.
Attachments
Issue Links
- duplicates
-
YARN-4207 Add a non-judgemental YARN app completion status
- Resolved