JobClient should print the Task's stdout and stderr to the clients console --------------------------------------------------------------------------
Key: HADOOP-805 URL: http://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.10.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. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira