public interface ErrorHeuristic
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 jobConf)
Initialize this error heuristic.
|
void |
processLogLine(java.lang.String line)
Process the given log line.
|
void init(java.lang.String query, JobConf jobConf)
query
- jobConf
- void processLogLine(java.lang.String line)
line
- ErrorAndSolution getErrorAndSolution()
Copyright © 2012 The Apache Software Foundation