Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3572F1079D for ; Fri, 27 Dec 2013 17:41:02 +0000 (UTC) Received: (qmail 61433 invoked by uid 500); 27 Dec 2013 17:40:42 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 61218 invoked by uid 500); 27 Dec 2013 17:40:31 -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 61211 invoked by uid 99); 27 Dec 2013 17:40:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 17:40:30 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dg.dg.23@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 17:40:25 +0000 Received: by mail-wi0-f172.google.com with SMTP id en1so14530932wid.17 for ; Fri, 27 Dec 2013 09:40:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=a1C9qDh6FqF7F7/m/qhBeyHJBwl4IMDOwjW4sGHUTdo=; b=HwRXQNFOxPO1Bjjq7y7L0HWmsbpl7HeH/ySz8TlX6ciaVGOV+ICX2LZjlz8D/B53wk TIxIQcCojzMOUe/feVLltWAtSdvZx1aX2KGsNb3L+MhJPFtE0YUT33NRrWUqxpiGi03t tA4ApotxAPi3esuzjpLrVcn2ejMGjZJ601ni5TlYaBJKNn7vva7WFs8+QTiRhrFjh8I6 0J7vT5RKC/Q0wOgHpz3o9pZLBraJkeag8a9XM1r+F6YkxO05Cg54HaULL5UjnlJSjNuf p0siEg54UkIWLOz6izu5VdrL9erlq67v9HerrHMG3XhvwFMbDEkk1mxrItXyHSngdWKx 9aeg== MIME-Version: 1.0 X-Received: by 10.194.237.99 with SMTP id vb3mr35929279wjc.28.1388166003859; Fri, 27 Dec 2013 09:40:03 -0800 (PST) Sender: dg.dg.23@gmail.com Received: by 10.216.205.138 with HTTP; Fri, 27 Dec 2013 09:40:03 -0800 (PST) In-Reply-To: References: Date: Fri, 27 Dec 2013 12:40:03 -0500 X-Google-Sender-Auth: hnWCp2J5HH-I3xFuVzmTdubrRsE Message-ID: Subject: Re: Request for a pointer to a MapReduce Program tutorial From: Diego Gutierrez To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=089e014942248ca55604ee8795ce X-Virus-Checked: Checked by ClamAV on apache.org --089e014942248ca55604ee8795ce Content-Type: text/plain; charset=ISO-8859-1 Hi, I suggest to read the chapter 2 of the book "Hadoop: the definitive guide". In that chapter mapReduce is explained with a nice example, also there are lines of code for map and reduce functions. Every phase of MapReduce is explained in detail and there are examples of how mapReduce can be run using ruby, phyton or c++ with Hadoop. 2013/12/27 Sitaraman Vilayannur > Hi, > Would much appreciate a pointer to a mapreduce tutorial which explains > how i can run a simulated cluster of mapreduce nodes on a single PC and > write a Java program with the MapReduce Paradigm. > Thanks very much. > Sitaraman > --089e014942248ca55604ee8795ce Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I suggest to read the chapter 2 of t= he book "Hadoop: the definitive guide". In that chapter mapReduce= is explained with a nice example, also there are lines of code for map and= reduce functions. Every phase of=A0 MapReduce is explained in detail and t= here are examples of how mapReduce can be run using ruby, phyton or c++ wit= h Hadoop.


2013/12= /27 Sitaraman Vilayannur <vrsitaramanietflists@gmail.com&= gt;
Hi,
=A0W= ould much appreciate a pointer to a mapreduce tutorial which explains how i= can run a simulated cluster of mapreduce nodes on a single PC and write a = Java program with the MapReduce Paradigm.
=A0Thanks very much.Sitaraman

--089e014942248ca55604ee8795ce--