Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 23797 invoked from network); 15 Jan 2008 14:31:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 14:31:10 -0000 Received: (qmail 10850 invoked by uid 500); 15 Jan 2008 14:30:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 10812 invoked by uid 500); 15 Jan 2008 14:30:59 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 10803 invoked by uid 99); 15 Jan 2008 14:30:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 06:30:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 14:30:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6457D71423B for ; Tue, 15 Jan 2008 06:30:45 -0800 (PST) Message-ID: <24353271.1200407445405.JavaMail.jira@brutus> Date: Tue, 15 Jan 2008 06:30:45 -0800 (PST) From: "Hudson (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2574) bugs in mapred tutorial In-Reply-To: <25933502.1199993494050.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559055#action_12559055 ] Hudson commented on HADOOP-2574: -------------------------------- Integrated in Hadoop-Nightly #366 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/366/]) > 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 > > Attachments: HADOOP-2574_0_20080110.patch, HADOOP-2574_1_20080114.patch, mapred_tutorial.html, 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.