Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 42807 invoked from network); 24 Jan 2011 09:32:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jan 2011 09:32:19 -0000 Received: (qmail 79828 invoked by uid 500); 24 Jan 2011 09:32:16 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 79526 invoked by uid 500); 24 Jan 2011 09:32:13 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 79518 invoked by uid 99); 24 Jan 2011 09:32:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 09:32:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of juneng603@gmail.com designates 74.125.83.176 as permitted sender) Received: from [74.125.83.176] (HELO mail-pv0-f176.google.com) (74.125.83.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jan 2011 09:32:05 +0000 Received: by pvb32 with SMTP id 32so797411pvb.35 for ; Mon, 24 Jan 2011 01:31:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zbD50qYXLoKDP9GUUSD3bh9oO9WoNWeLI7DHzjFWnUk=; b=aRry1LVelqO0wctMRLxdOvLk7Gpl9lITakQvhMyYsMLmflJmRWwVfRtBqo7lXZVNdr BXeUqioXke0B7aTgnwfTvI0QKSYrqe3fozHz2tgMsFTiRriktlGAlZ8Phc+o+44fCTiy LTQCIRV/9TY2WQZFnJHwPG0WZDEjBBwkp1QoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=tvdqM5hIHbp4P8UC3pFTKrEf2Ly/gCX2Udcbvj77t3MSdh1J/fDeHJtTtF1GGe8enw zLcFbT3IknC5ZnMMJ9z19oeuQ7QRiqQsqk63p80QAJxbCHxYNRpsi86ueIMSBjL+0Gsg DMlZ0aH79dgxQdJN3kMBQgBJMHUM+RbGb3/+E= Received: by 10.142.240.17 with SMTP id n17mr3440016wfh.35.1295861504481; Mon, 24 Jan 2011 01:31:44 -0800 (PST) Received: from [10.66.17.246] ([111.91.139.53]) by mx.google.com with ESMTPS id c3sm3553355wfa.14.2011.01.24.01.31.42 (version=SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 01:31:43 -0800 (PST) Message-ID: <4D3D46FF.8030301@gmail.com> Date: Mon, 24 Jan 2011 18:31:43 +0900 From: Jun Young Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: common-user@hadoop.apache.org Subject: Re: error compiling hadoop-mapreduce References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org maybe you've missed to set up class paths normally. check your path information to include all symbols. Junyoung Kim (juneng603@gmail.com) On 01/22/2011 02:08 AM, Edson Ramiro wrote: > Hi all, > > I'm compiling hadoop from git using these instructions [1]. > > The hadoop-common and hadoop-hdfs are okay, they compile without erros, but > when I execute ant mvn-install to compile hadoop-mapreduce I get this error. > > compile-mapred-test: > [javac] /home/lbd/hadoop/hadoop-ramiro/hadoop-mapreduce/build.xml:602: > warning: 'includeantruntime' was not set, defaulting to > build.sysclasspath=last; set to false for repeatable builds > [javac] Compiling 179 source files to > /home/lbd/hadoop/hadoop-ramiro/hadoop-mapreduce/build/test/mapred/classes > [javac] > /home/lbd/hadoop/hadoop-ramiro/hadoop-mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestMRServerPorts.java:84: > cannot find symbol > [javac] symbol : variable NAME_NODE_HOST > [javac] TestHDFSServerPorts.NAME_NODE_HOST + "0"); > [javac] ^ > [javac] > /home/lbd/hadoop/hadoop-ramiro/hadoop-mapreduce/src/test/mapred/org/apache/hadoop/mapred/TestMRServerPorts.java:86: > cannot find symbol > [javac] symbol : variable NAME_NODE_HTTP_HOST > [javac] location: class org.apache.hadoop.hdfs.TestHDFSServerPorts > [javac] TestHDFSServerPorts.NAME_NODE_HTTP_HOST + "0"); > [javac] ^ > ... > > Is that a bug? > > This is my build.properties > > #this is essential > resolvers=internal > #you can increment this number as you see fit > version=0.22.0-alpha-1 > project.version=${version} > hadoop.version=${version} > hadoop-core.version=${version} > hadoop-hdfs.version=${version} > hadoop-mapred.version=${version} > > Other question, Is the 0.22.0-alpha-1 the latest version? > > Thanks in advance, > > [1] https://github.com/apache/hadoop-mapreduce > > -- > Edson Ramiro Lucas Filho > {skype, twitter, gtalk}: erlfilho > http://www.inf.ufpr.br/erlf07/ >