|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.errors.TaskLogProcessor
public class TaskLogProcessor
TaskLogProcessor reads the logs from failed task attempts and tries to figure out what the cause of the error was using various heuristics.
| Constructor Summary | |
|---|---|
TaskLogProcessor(org.apache.hadoop.mapred.JobConf conf)
|
|
| Method Summary | |
|---|---|
void |
addTaskAttemptLogUrl(String url)
Adds a task log URL for the heuristics to read through. |
List<ErrorAndSolution> |
getErrors()
Processes the provided task logs using the known error heuristics to get the matching errors. |
List<List<String>> |
getStackTraces()
Processes the provided task logs to extract stack traces. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskLogProcessor(org.apache.hadoop.mapred.JobConf conf)
| Method Detail |
|---|
public void addTaskAttemptLogUrl(String url)
url - public List<ErrorAndSolution> getErrors()
public List<List<String>> getStackTraces()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||