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 DE6F394D1 for ; Wed, 16 Nov 2011 05:19:21 +0000 (UTC) Received: (qmail 54765 invoked by uid 500); 16 Nov 2011 05:19:21 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 54729 invoked by uid 500); 16 Nov 2011 05:19:21 -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 54677 invoked by uid 99); 16 Nov 2011 05:19:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 05:19:18 +0000 X-ASF-Spam-Status: No, hits=-2001.2 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, 16 Nov 2011 05:19:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9360287417 for ; Wed, 16 Nov 2011 05:18:51 +0000 (UTC) Date: Wed, 16 Nov 2011 05:18:51 +0000 (UTC) From: "alex gemini (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <783974928.33999.1321420731605.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <135454438.38205.1316258348839.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3029) Eclipse Plugin not work on Eclipse Helios 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-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151027#comment-13151027 ] alex gemini commented on MAPREDUCE-3029: ---------------------------------------- I think the current eclipse plugin build path is missing some jar.please try following steps: in your $hadoop_src_home/src/contrib/eclipse-plugin/build.xml . in the "jar" target ,copy hadoop-core-xxx.jar ,hadoop-mapreduce-xxx.jar ,hadoop-hdfs-xxx.jar from your $hadoop_src_home directory. also copy jackson-core-asl-xxx.jar ,jackson-mapper-asl-xxx.jar,commons-httpclient-xxx.jar from your $hadoop_src_home/lib. I'm not quit sure which version apache-0.21 use, but it seems that 0.20.205 use jackson-core-asl-1.0.1 , and clouder cdh use jackson-core-asl-1.5.2, make sure you can find correct version jar in your $hadoop_src_home/lib. then using ant -Declipse.home=/path/to/eclipse Dversion=xxx jar . you will find your eclipse plugin in build/contrib/eclipse-plugin/ directory. Good luck with that. This issue is also similar to HADOOP-7382 Hope some hadoop guy fix this build path issue. > Eclipse Plugin not work on Eclipse Helios > ----------------------------------------- > > Key: MAPREDUCE-3029 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3029 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/eclipse-plugin > Affects Versions: 0.21.0 > Environment: Eclipse Helios Version: Helios Service Release 2 Build id: 20110301-1815 > Hadoop 0.21.0 > Reporter: Paul Lam > Labels: eclipse, hadoop > > No response when clicking the "New Hadoop Location" icon in the "Map/Reduce Locations" view. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira