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(String query,
org.apache.hadoop.mapred.JobConf conf)
Initialize this error heuristic.
|
getConf, getLogRegexes, getQueryMatches, getQueryRegex, getRegexToLogLines, processLogLine, reset, setQueryRegexpublic void init(String query, org.apache.hadoop.mapred.JobConf conf)
ErrorHeuristicinit in interface ErrorHeuristicinit in class RegexErrorHeuristicpublic ErrorAndSolution getErrorAndSolution()
ErrorHeuristicgetErrorAndSolution in interface ErrorHeuristicgetErrorAndSolution in class RegexErrorHeuristicCopyright © 2017 The Apache Software Foundation. All rights reserved.