Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 54496 invoked from network); 16 Aug 2007 22:29:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2007 22:29:54 -0000 Received: (qmail 59135 invoked by uid 500); 16 Aug 2007 22:29:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 59105 invoked by uid 500); 16 Aug 2007 22:29:51 -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 59096 invoked by uid 99); 16 Aug 2007 22:29:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 15:29:51 -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; Thu, 16 Aug 2007 22:30:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96A5E7141FD for ; Thu, 16 Aug 2007 15:29:30 -0700 (PDT) Message-ID: <11413171.1187303370591.JavaMail.jira@brutus> Date: Thu, 16 Aug 2007 15:29: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: hadoop-mr-plugin-20070816a.patch Here are my last changes (the two bug fixes described above). I also updated the build.xml so that the generated jar contains everything needed to run under eclipse. Thanks! > 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 > Fix For: 0.15.0 > > Attachments: eclipse-plugin.patch, hadoop-mr-plugin-20070816a.patch, MR-Plugin-20070816a.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.