Return-Path: X-Original-To: apmail-hadoop-general-archive@minotaur.apache.org Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78311D9B3 for ; Mon, 17 Sep 2012 19:37:38 +0000 (UTC) Received: (qmail 41435 invoked by uid 500); 17 Sep 2012 19:37:36 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 41360 invoked by uid 500); 17 Sep 2012 19:37:36 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 41351 invoked by uid 99); 17 Sep 2012 19:37:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 19:37:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2012 19:37:27 +0000 Received: by dadz8 with SMTP id z8so2973273dad.35 for ; Mon, 17 Sep 2012 12:37:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=q6kQQPmGvtzk/sIu44qG9gSmCbybH5C8sZgbganMZ/o=; b=b2MaTwiYBOqPJx0WqHiMPOH8Z5N4LCDTDl6LAJT98DsnrTCS4mptx88Qie9W1ONEXS D11REOsYOFiqzBREw6ZhE6KShhbGoCNF3gPZpAeaNTVwmcVcxbqT8nYkFIjaLJ+QO/8T rX41rC6jwaz09KoMUffJilAeoTSeYFwsBAVkKexeQtLw1v8avkhc1V9XPiZzbNNSi6PG 9g9oR0I+eK2Wp+1FnWQct8uKBtLLDRVwK53VtpHcaGJJZ/OMwxEVfH0VidR1/EG1xzsW /Xfs/hiql5P8l25H+ydVL6yRQ/mAwo6OgETpWPc4zK2U2UFvFD/ZUnLqaNs7X0HtcdvW h+Bw== Received: by 10.68.134.230 with SMTP id pn6mr23963188pbb.44.1347910626349; Mon, 17 Sep 2012 12:37:06 -0700 (PDT) Received: from [10.10.11.232] (host1.hortonworks.com. [70.35.59.2]) by mx.google.com with ESMTPS id uj3sm7404178pbc.39.2012.09.17.12.36.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Sep 2012 12:37:05 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Spinning out Hadoop Eclipse Tools From: Arun C Murthy In-Reply-To: <85E3BFC7-25CE-4019-80D2-182D0E1E5813@yahoo-inc.com> Date: Mon, 17 Sep 2012 12:36:52 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <85E3BFC7-25CE-4019-80D2-182D0E1E5813@yahoo-inc.com> To: general@hadoop.apache.org X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQnCi2fsmQYFxaw5k6bqi1jqbu6Em8yAzM/FR7EDB3ZT1zbXLIwS45tkpBp3shrT0WMwaj2l I think this is a great idea! +1! It would be great to find a home and community willing to take this = forward... I'm assuming others would like to see the same. We could start a vote to formalize this if necessary. thanks, Arun On Sep 17, 2012, at 12:34 PM, Adam Berry wrote: > Hello all, >=20 > I'm proposing spinning out the eclipse plugin from the main hadoop = source into a separate incubating project. I'm willing to commit to this = effort. >=20 > With a separate project, that isn't tied (source wise) to the Hadoop = source we could make dev tools that could support multiple versions of = Hadoop from within a single IDE, which would be very helpful when = migrating jobs or dealing with clusters running different versions. >=20 > The current tools seem to support the 0.20 line, and help with = developing MR jobs, and also have some HDFS tools included. So the early = work would be to ensure that these features were supported across the = version space of Hadoop. >=20 > Down the line we could also add support for additional tools such as = MRUnit and other products in the Hadoop ecosystem, to eventually yield a = one stop project for all dev tools around this space. >=20 > If there is agreement on this, how do we go about getting it done? >=20 > Thanks, >=20 > Adam Berry