[ https://issues.apache.org/jira/browse/HADOOP-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Owen O'Malley resolved HADOOP-805. ---------------------------------- Resolution: Fixed Fix Version/s: 0.11.0 This was fixed by the patch for HADOOP-801. > JobClient should print the Task's stdout and stderr to the clients console > -------------------------------------------------------------------------- > > Key: HADOOP-805 > URL: https://issues.apache.org/jira/browse/HADOOP-805 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Affects Versions: 0.9.1 > Reporter: Owen O'Malley > Assigned To: Sanjay Dahiya > Fix For: 0.11.0 > > > 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(); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.