You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Johannes Zillmann (JIRA)" <ji...@apache.org> on 2010/03/09 11:53:27 UTC

[jira] Created: (MAPREDUCE-1582) JobClient#monitorAndPrintJob() should use logger for logging taskDiagnostics

JobClient#monitorAndPrintJob() should use logger for logging taskDiagnostics
----------------------------------------------------------------------------

                 Key: MAPREDUCE-1582
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1582
             Project: Hadoop Map/Reduce
          Issue Type: Improvement
          Components: job submission
            Reporter: Johannes Zillmann
            Priority: Minor


In JobClient#monitorAndPrintJob() (around line 1324 in version 0.20.1) the exception of tasktrackers are printed via system.err.
Using LOG.error() instead would make capturing the logs easier !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.