Repository: eagle Updated Branches: refs/heads/master 000ac3c00 -> 5628dca7f
[MINOR] add missing task error category Author: wujinhu <[email protected]> Closes #807 from wujinhu/EAGLE-843. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/5628dca7 Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/5628dca7 Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/5628dca7 Branch: refs/heads/master Commit: 5628dca7f666d174224be3bab8d930f2d83a385e Parents: 000ac3c Author: wujinhu <[email protected]> Authored: Thu Feb 16 14:36:24 2017 +0800 Committer: wujinhu <[email protected]> Committed: Thu Feb 16 14:36:24 2017 +0800 ---------------------------------------------------------------------- .../src/main/resources/MRErrorCategory.config | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/5628dca7/eagle-jpm/eagle-jpm-mr-history/src/main/resources/MRErrorCategory.config ---------------------------------------------------------------------- diff --git a/eagle-jpm/eagle-jpm-mr-history/src/main/resources/MRErrorCategory.config b/eagle-jpm/eagle-jpm-mr-history/src/main/resources/MRErrorCategory.config index de5072a..9f9c15c 100644 --- a/eagle-jpm/eagle-jpm-mr-history/src/main/resources/MRErrorCategory.config +++ b/eagle-jpm/eagle-jpm-mr-history/src/main/resources/MRErrorCategory.config @@ -36,5 +36,9 @@ TOO_MANY_FETCH_FAILURES = false|^Too many fetch-failures$ JAVA_HEAP_SPACE = false|$Error: Java heap space$ JAVA_EXCEPTION = true|^(?:error: Error: |Error: )?(\S+Exception|\S+Error) JAVA_THROWABLE = false|^(?:error: Error: |Error: )?java.lang.Throwable +SPECULATION_ATTEMPT_SUCCEEDED_FIRST = false|^Speculation:.*succeeded first! +CONTAINER_LAUNCH_TIMEOUT = false|^Container launch failed.*java.net.SocketTimeoutException.* +RUN_ON_UNUSABLE_NODE = false|TaskAttempt killed because it ran on unusable node +TASK_KILLED = false|Task KILL is received. Killing attempt NO_DETAIL = false|^$ UNKNOWN = false|.* \ No newline at end of file
