Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 91144 invoked from network); 14 Sep 2010 16:16:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 16:16:18 -0000 Received: (qmail 53404 invoked by uid 500); 14 Sep 2010 16:16:17 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 52966 invoked by uid 500); 14 Sep 2010 16:16:14 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 52946 invoked by uid 99); 14 Sep 2010 16:16:12 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 16:16:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 16:15:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8EGFXIc019489 for ; Tue, 14 Sep 2010 16:15:33 GMT Message-ID: <4921958.182481284480933553.JavaMail.jira@thor> Date: Tue, 14 Sep 2010 12:15:33 -0400 (EDT) From: "Clarence Gardner (JIRA)" To: mapreduce-dev@hadoop.apache.org Subject: [jira] Resolved: (MAPREDUCE-2065) Tutorial includes overly specified compilation command In-Reply-To: <5686205.143971284325773277.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clarence Gardner resolved MAPREDUCE-2065. ----------------------------------------- Resolution: Invalid Thanks for the info. For some reason, I was assuming that they jars had been consolidated, rather than being split out. > Tutorial includes overly specified compilation command > ------------------------------------------------------ > > Key: MAPREDUCE-2065 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2065 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: documentation > Affects Versions: 0.20.2 > Reporter: Clarence Gardner > Priority: Trivial > > The tutorial (mapred_tutorial.html) shows a command line to compile the wordcount program. It specifically mentions three Hadoop-supplied jar files in the classpath, but in my 0.20.2 installation (and I assume, later ones as well), only one is necessary, that being "core". In fact, the mentioned mapred and hdfs jars are not even present in my HADOOP_HOME directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.