[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253853#comment-13253853
 ] 

Thejas M Nair commented on MAPREDUCE-4154:
------------------------------------------

Example of streaming job that succeeds with 1.0.2 - 

sudo -u templeton hadoop fs -rmr /tmp/t.out; sudo -u templeton /usr/bin/hadoop 
jar /usr/lib/hadoop/contrib/streaming/hadoop-streaming-1.0.2.jar -input 
/tmp/nums.txt -output /tmp/t.out -mapper *'/bin/ls no_such-file-12e3'* -reducer 
/usr/bin/wc

                
> streaming MR job succeeds even if the streaming command fails
> -------------------------------------------------------------
>
>                 Key: MAPREDUCE-4154
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4154
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 1.0.2
>            Reporter: Thejas M Nair
>
> Hadoop 1.0.1 behaves as expected - The task fails for streaming MR job if the 
> streaming command fails. But it succeeds in hadoop 1.0.2 .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to