public class MapAggrMemErrorHeuristic extends RegexErrorHeuristic
Constructor and Description |
---|
MapAggrMemErrorHeuristic() |
Modifier and Type | Method and Description |
---|---|
ErrorAndSolution |
getErrorAndSolution()
Examine the hive query, job configuration, and the lines from the task log
seen so far though processLogLine() and generate a possible cause/solution.
|
void |
init(java.lang.String query,
JobConf conf)
Initialize this error heuristic.
|
getConf, getLogRegexes, getQueryMatches, getQueryRegex, getRegexToLogLines, processLogLine, reset, setQueryRegex
public void init(java.lang.String query, JobConf conf)
ErrorHeuristic
init
in interface ErrorHeuristic
init
in class RegexErrorHeuristic
public ErrorAndSolution getErrorAndSolution()
ErrorHeuristic
getErrorAndSolution
in interface ErrorHeuristic
getErrorAndSolution
in class RegexErrorHeuristic
Copyright © 2012 The Apache Software Foundation