Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F5EBD950 for ; Tue, 8 Jan 2013 03:07:57 +0000 (UTC) Received: (qmail 95639 invoked by uid 500); 8 Jan 2013 03:07:52 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 95550 invoked by uid 500); 8 Jan 2013 03:07:52 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 95538 invoked by uid 99); 8 Jan 2013 03:07:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 03:07:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of balijamahesh.mca@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 03:07:45 +0000 Received: by mail-lb0-f180.google.com with SMTP id gj3so36264lbb.25 for ; Mon, 07 Jan 2013 19:07:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=cYxtmnmEWItobylk6Qz4MNwa5n+oV++vJgO9ju43im8=; b=KN4Fqn3rXHlr+q5UoCjiFRq63Bzthn8pph2qvuPFVW6m30BgfKVsBdO79mninTJg1P 2GpR9tu+NdPSkEYfUV7ZXif0B3pEnxsbwRL1sHPp5tYDDVfaIXT4EVNHE8Gl/Ayf997l AdPW+VWnJYvfJCuXZoSIwQXF2TcczB3G4BgoWKnD5dK01UPT8TjOggBkD6pj81R+yQ6T q3Ab5eBlviIyVjzRCfpe0Q8juquj5hck5bsp20o01Kow9vUyBthSPTjhai6azdm4+aGL aEACMnsTUpSYvLj50l0MIYlSeZo707Dy3Q90J2r0fl2P7Cf8/9BEfq5qm8SgkXTAQ9gK axKA== MIME-Version: 1.0 Received: by 10.152.134.243 with SMTP id pn19mr59776277lab.11.1357614443635; Mon, 07 Jan 2013 19:07:23 -0800 (PST) Received: by 10.112.74.198 with HTTP; Mon, 7 Jan 2013 19:07:23 -0800 (PST) In-Reply-To: <684F6384-2B2E-404E-8EF3-0B517C0C106D@gmail.com> References: <022f01cdeb4e$ea7fc170$bf7f4450$@yahoo.com> <684F6384-2B2E-404E-8EF3-0B517C0C106D@gmail.com> Date: Tue, 8 Jan 2013 08:37:23 +0530 Message-ID: Subject: Re: Differences between 'mapped' and 'mapreduce' packages From: Mahesh Balija To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d04427248a7a4ed04d2be3e4a X-Virus-Checked: Checked by ClamAV on apache.org --f46d04427248a7a4ed04d2be3e4a Content-Type: text/plain; charset=ISO-8859-1 Hi Oleg, Mapreduce 0.20.* api has the support for both 0.19 api (which is MapRed package in which your mapper should extend MRBase and implements Mapper) and it has the new api as well (which is MapReduce packages where you directly extend Mapper). As there are significant changes in 20 api may be for backward compatibility mapred package is still in existence. There are few classes which exist in 19 api and those are not supported in 0.20.* version. Best, Mahesh Balija, Calsoft Labs. On Mon, Jan 7, 2013 at 11:44 PM, Oleg Zhurakousky < oleg.zhurakousky@gmail.com> wrote: > What is the differences between the two? > It seems like MR job could be configured using one of the other (e.g, > "extends MapReduceBase implements Mapper" of "extends Mapper") > > Cheers > Oleg --f46d04427248a7a4ed04d2be3e4a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Oleg,

=A0=A0=A0=A0=A0=A0=A0=A0 Mapreduce 0.20.* api has the suppo= rt for both 0.19 api (which is MapRed package in which your mapper should e= xtend MRBase and implements Mapper) and it has the new api as well (which i= s MapReduce packages where you directly extend Mapper).
=A0
=A0=A0=A0=A0=A0=A0=A0=A0 As there are significant changes in 20 api = may be for backward compatibility mapred package is still in existence.
= =A0=A0=A0=A0=A0=A0=A0=A0 There are few classes which exist in 19 api and th= ose are not supported in 0.20.* version.

Best,
Mahesh Balija,
Calsoft Labs.

On Mon, Jan 7, 2013 at 11:44 PM, Oleg Zhurakousky <= ;oleg.zhura= kousky@gmail.com> wrote:
What is the differences between the two?
It seems like MR job could be configured using one of the other (e.g, "= ;extends MapReduceBase implements Mapper" of "extends Mapper"= ;)

Cheers
Oleg

--f46d04427248a7a4ed04d2be3e4a--