[ https://issues.apache.org/jira/browse/HADOOP-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558284#action_12558284 ]
Hadoop QA commented on HADOOP-2574: ----------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12373013/HADOOP-2574_0_20080110.patch against trunk revision r611385. @author +1. The patch does not contain any @author tags. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new compiler warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests +1. The patch passed core unit tests. contrib tests +1. The patch passed contrib unit tests. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1558/testReport/ Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1558/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1558/artifact/trunk/build/test/checkstyle-errors.html Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1558/console This message is automatically generated. > bugs in mapred tutorial > ----------------------- > > Key: HADOOP-2574 > URL: https://issues.apache.org/jira/browse/HADOOP-2574 > Project: Hadoop > Issue Type: Bug > Components: documentation > Reporter: Doug Cutting > Assignee: Arun C Murthy > Fix For: 0.15.3, 0.16.0 > > Attachments: HADOOP-2574_0_20080110.patch, mapred_tutorial.html > > > Sam Pullara sends me: > {noformat} > Phu was going through the WordCount example... lines 52 and 53 should have > args[0] and args[1]: > http://lucene.apache.org/hadoop/docs/current/mapred_tutorial.html > The javac and jar command are also wrong, they don't include the directories > for the packages, should be: > $ javac -classpath ${HADOOP_HOME}/hadoop-${HADOOP_VERSION}-core.jar -d > classes WordCount.java > $ jar -cvf /usr/joe/wordcount.jar WordCount.class -C classes . > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.