[
https://issues.apache.org/jira/browse/MAPREDUCE-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772702#action_12772702
]
Hadoop QA commented on MAPREDUCE-1068:
--------------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12423818/patch-1068.txt
against trunk revision 831816.
+1 @author. The patch does not contain any @author tags.
-1 tests included. The patch doesn't appear to include any new or modified
tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/218/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/218/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/218/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h6.grid.sp2.yahoo.net/218/console
This message is automatically generated.
> In hadoop-0.20.0 streaming job do not throw proper verbose error message if
> file is not present
> -----------------------------------------------------------------------------------------------
>
> Key: MAPREDUCE-1068
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1068
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: contrib/streaming
> Affects Versions: 0.20.1
> Reporter: Peeyush Bishnoi
> Assignee: Amareshwari Sriramadasu
> Fix For: 0.20.1, 0.20.2, 0.21.0, 0.22.0
>
> Attachments: patch-1068.txt
>
>
> With hadoop-0.20.0 proper error message is not thrown , when streaming job is
> submitted and if file is not present to be distributed with "-file" option.
> But with hadoop-0.18.* proper verbose message is thrown if file is not
> present and it is easy for the users to debug.
> For example:
> With hadoop-0.20.0:
> $ hadoop jar $HADOOP_HOME/hadoop-streaming.jar
> -Dmapred.job.queue.name=general -input /user/simon/test1.txt -output
> /user/simon/test.out -mapper "/bin/cat" -file dummy -reducer "/bin/cat"
> Streaming Job Failed!
> With hadoop-0.18.*:
> $ hadoop jar $HADOOP_HOME/hadoop-streaming.jar -input /user/simon/test1.txt
> -output /user/simon/test.out -mapper "/bin/cat" -file dummy -reducer
> "/bin/cat"
> 09/10/06 10:06:49 ERROR streaming.StreamJob: Unexpected value "Argument :
> /home/simon/dummy doesn't exist." found while processing -file
> ---
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.