Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 79734 invoked from network); 15 Aug 2007 23:03:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2007 23:03:53 -0000 Received: (qmail 56694 invoked by uid 500); 15 Aug 2007 23:03:50 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 56670 invoked by uid 500); 15 Aug 2007 23:03:50 -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 56661 invoked by uid 99); 15 Aug 2007 23:03:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2007 16:03:49 -0700 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; Wed, 15 Aug 2007 23:03:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3F9A71418F for ; Wed, 15 Aug 2007 16:03:30 -0700 (PDT) Message-ID: <29907831.1187219010653.JavaMail.jira@brutus> Date: Wed, 15 Aug 2007 16:03:30 -0700 (PDT) From: "Christophe Taton (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1437) Eclipse plugin for developing and executing MapReduce programs on Hadoop In-Reply-To: <2758007.1180141036124.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-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated HADOOP-1437: ------------------------------------- Attachment: MR-Plugin-20070815a.tgz This tar.gz contains the source code for the plug-in. There is apparently no need to include the jar for jsch as it is already contained in eclipse. You need Eclipse 3.2+ installed to build the plug-in; to build it, point the ECLIPSE_HOME property of the build.xml to your eclipse directory. (Eclipse jars might be too big to include them: ~30Mb). The main target should build the plug-in jar (org.apache.hadoop.eclipse_1.0.4.jar) in the dist directory. I tested this on Eclipse 3.2.2 and 3.3. Christophe T. > Eclipse plugin for developing and executing MapReduce programs on Hadoop > ------------------------------------------------------------------------ > > Key: HADOOP-1437 > URL: https://issues.apache.org/jira/browse/HADOOP-1437 > Project: Hadoop > Issue Type: New Feature > Affects Versions: 0.13.1 > Environment: Eclipse 3.2.0+, Java 1.5.0+ > Reporter: Eugene Hung > Attachments: eclipse-plugin.patch, MR-Plugin-20070815a.tgz, mrt-eclipse-1.0.4.zip > > > An Eclipse plugin for developing and executing MapReduce programs on remote Hadoop servers. Automatically provides templates for creating Map/Reduce classes, transparently bundles the classes into JAR files and sends them to a remote server for execution. Allows the user to easily view status of Hadoop jobs and browse/upload/delete files from the Hadoop DFS within the Eclipse IDE. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.