Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
-
None
Description
The job client should be configurable to print stdout/stderr for Tasks to the user's console.
JobClient:
public static enum TaskStatusFilter
{ NONE, FAILED, SUCCEEDED};
public void setTaskOutputFilter(TaskStatusFilter newValue);
public TaskStatusFilter getTaskOutputFilter();
Attachments
Issue Links
- depends upon
-
HADOOP-801 job tracker should keep a log of task completion and failure
- Closed
-
HADOOP-804 Cut down on the "mumbling" in the Task process' stdout/stderr
- Closed
- is blocked by
-
HADOOP-975 Separation of user tasks' stdout and stderr streams
- Closed
- is duplicated by
-
HADOOP-478 Streaming should deliver stderr to the user.
- Closed
-
HADOOP-440 In streaming, error messages issued in stream mappers or reducers don't go anywhere
- Closed