Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 602BC86A4 for ; Wed, 24 Aug 2011 06:50:06 +0000 (UTC) Received: (qmail 79155 invoked by uid 500); 24 Aug 2011 06:50:05 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 78962 invoked by uid 500); 24 Aug 2011 06:49:59 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 78934 invoked by uid 99); 24 Aug 2011 06:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 06:49:52 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 06:49:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2A7E7CD51F for ; Wed, 24 Aug 2011 06:49:29 +0000 (UTC) Date: Wed, 24 Aug 2011 06:49:29 +0000 (UTC) From: "Giridharan Kesavan (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <530555433.8440.1314168569170.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <377956117.51243.1313711667915.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (MAPREDUCE-2859) mapreduce trunk is broken with eclipse plugin contrib MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan resolved MAPREDUCE-2859. ------------------------------------------- Resolution: Fixed > mapreduce trunk is broken with eclipse plugin contrib > ----------------------------------------------------- > > Key: MAPREDUCE-2859 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2859 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 0.23.0 > Environment: https://builds.apache.org/view/G-L/view/Hadoop/job/Hadoop-Mapreduce-trunk/771/consoleFull > Reporter: Giridharan Kesavan > Assignee: Giridharan Kesavan > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2859.patch > > > ant compile with eclipse home fails mapreduce trunk builds. > $ANT_HOME/bin/ant -Dversion=${VERSION} -Declipse.home=$ECLIPSE_HOME compile > compile: > [echo] contrib: eclipse-plugin > [javac] Compiling 45 source files to /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build/contrib/eclipse-plugin/classes > [javac] /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:39: cannot find symbol > [javac] symbol : class JobClient > [javac] location: package org.apache.hadoop.mapred > [javac] import org.apache.hadoop.mapred.JobClient; > [javac] ^ > ----- > [javac] JobConf conf = new JobConf(location.getConfiguration()); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 49 errors > BUILD FAILED > /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/build.xml:451: The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/build.xml:30: The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/src/contrib/eclipse-plugin/build.xml:62: Compile failed; see the compiler error output for details. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira