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(String query,
org.apache.hadoop.mapred.JobConf jobConf)
Initialize this error heuristic.
|
void |
processLogLine(String line)
Process the given log line.
|
void init(String query, org.apache.hadoop.mapred.JobConf jobConf)
query
- jobConf
- void processLogLine(String line)
line
- ErrorAndSolution getErrorAndSolution()
Copyright © 2017 The Apache Software Foundation. All rights reserved.