[ 
https://issues.apache.org/jira/browse/HADOOP-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HADOOP-977:
---------------------------------

    Description: Currently, the JobClient prints the combined stdout & stderr 
to the console. It would be good if the output were tagged with the task id and 
sent to the stdout or stderr matching where it was sent by the task. So if your 
Mapper (task_0001_m_000123_0) writes "foobar" to stderr, the submitting user 
would see "task_0001_m_000123_0: foobar" on their stderr. Clearly this depends 
on HADOOP-975.  (was: Currently, the JobClient prints the combined stdout & 
stderr to the console. It would be good if the output were tagged with the task 
id and sent to the stdout or stderr matching where it was sent by the task. So 
if your Mapper (task_0001_m_000123_0) writes "foobar" to stderr, the submitting 
user would see "task_0001_m_000123_0: foobar". Clearly this depends on 
HADOOP-975.)

> The output from the user's task should be tagged and sent to the resepective 
> console streams.
> ---------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-977
>                 URL: https://issues.apache.org/jira/browse/HADOOP-977
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>    Affects Versions: 0.11.0
>            Reporter: Owen O'Malley
>         Assigned To: Arun C Murthy
>             Fix For: 0.12.0
>
>
> Currently, the JobClient prints the combined stdout & stderr to the console. 
> It would be good if the output were tagged with the task id and sent to the 
> stdout or stderr matching where it was sent by the task. So if your Mapper 
> (task_0001_m_000123_0) writes "foobar" to stderr, the submitting user would 
> see "task_0001_m_000123_0: foobar" on their stderr. Clearly this depends on 
> HADOOP-975.

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

Reply via email to