-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.1
-
Fix Version/s: 0.11.0
-
Component/s: None
-
Labels:None
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();
- 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
-