Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 89670 invoked from network); 25 Oct 2007 19:12:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 19:12:12 -0000 Received: (qmail 54067 invoked by uid 500); 25 Oct 2007 19:11:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 54037 invoked by uid 500); 25 Oct 2007 19:11:59 -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 54028 invoked by uid 99); 25 Oct 2007 19:11:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 12:11:59 -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, 25 Oct 2007 19:12:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B06AF714209 for ; Thu, 25 Oct 2007 12:11:50 -0700 (PDT) Message-ID: <25747276.1193339510720.JavaMail.jira@brutus> Date: Thu, 25 Oct 2007 12:11:50 -0700 (PDT) From: "Christophe Taton (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1848) Redesign of Eclipse plug-in interface with Hadoop In-Reply-To: <32239039.1189101033891.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-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe Taton updated HADOOP-1848: ------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Just committed. > Redesign of Eclipse plug-in interface with Hadoop > ------------------------------------------------- > > Key: HADOOP-1848 > URL: https://issues.apache.org/jira/browse/HADOOP-1848 > Project: Hadoop > Issue Type: Improvement > Reporter: Christophe Taton > Assignee: Christophe Taton > Fix For: 0.16.0 > > Attachments: 1848_2007-10-15_3.patch > > > The current Eclipse plug-in connects to Hadoop via shell scripts remotely executed using SSH and raw string marshaling. This is very inefficient and hard to maintain. The purpose of this issue is to let the plug-in directly use Hadoop's client API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.