public class TaskLogProcessor extends Object
Constructor and Description |
---|
TaskLogProcessor(org.apache.hadoop.mapred.JobConf conf) |
Modifier and Type | Method and Description |
---|---|
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.
|
public void addTaskAttemptLogUrl(String url)
url
- public List<ErrorAndSolution> getErrors()
Copyright © 2017 The Apache Software Foundation. All rights reserved.