public class TaskLogProcessor
extends java.lang.Object
Constructor and Description |
---|
TaskLogProcessor(JobConf conf) |
Modifier and Type | Method and Description |
---|---|
void |
addTaskAttemptLogUrl(java.lang.String url)
Adds a task log URL for the heuristics to read through.
|
java.util.List<ErrorAndSolution> |
getErrors()
Processes the provided task logs using the known error heuristics to get
the matching errors.
|
java.util.List<java.util.List<java.lang.String>> |
getStackTraces()
Processes the provided task logs to extract stack traces.
|
public void addTaskAttemptLogUrl(java.lang.String url)
url
- public java.util.List<ErrorAndSolution> getErrors()
public java.util.List<java.util.List<java.lang.String>> getStackTraces()
Copyright © 2012 The Apache Software Foundation