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

Vinod K V updated MAPREDUCE-1773:
---------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
    Release Note: Improved console messaging for streaming jobs by using the 
generic JobClient API itself instead of the existing streaming-specific code.
      Resolution: Fixed

I just committed this to trunk. Thanks Amareshwari!

> streaming doesn't support jobclient.output.filter
> -------------------------------------------------
>
>                 Key: MAPREDUCE-1773
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1773
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/streaming
>         Environment: Linux
>            Reporter: Alok Singh
>            Assignee: Amareshwari Sriramadasu
>             Fix For: 0.22.0
>
>         Attachments: patch-1773-1.txt, patch-1773.txt
>
>
> the streaming Jobclient implementation i.e 
> contrib/streaming/src/java/org/apache/hadoop/streaming/StreamJob.java is 
> significantly different than the core hadoop 
> mapred/org/apache/hadoop/mapred/JobClient.java.
> for example unlike StreamJob.java, JobClient.java it gets tasks log when 
> jobclient.output.filter=ALL is specified .
> With hod-logs going away in hadoop 0.20 (due to new scheduler) user has no 
> good way of programmitically getting logs
> We should have intermediate adaptor class to implement Tools for the purpose 
> of submitting jobs via m/r, streaming, pipes so that we don't miss some core 
> functionality.
>  
> GenericJobClient implements Tools and then StreamJob extends 
> GenericJobClient, JobClient extends GenericJobClient
> Alok

-- 
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