Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 A0F32D1D9 for ; Tue, 21 May 2013 13:39:49 +0000 (UTC) Received: (qmail 37825 invoked by uid 500); 21 May 2013 13:39:45 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 37437 invoked by uid 500); 21 May 2013 13:39:44 -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 36690 invoked by uid 99); 21 May 2013 13:39:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 13:39:41 +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 (nike.apache.org: domain of erlv5241@gmail.com designates 209.85.219.47 as permitted sender) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 13:39:35 +0000 Received: by mail-oa0-f47.google.com with SMTP id m1so783060oag.20 for ; Tue, 21 May 2013 06:39:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=hoOZ2OV13quLMT939030WWizE7kOUXNiGKx2d6lOqK0=; b=hN+6f+QwyThdRzlEJ2clSbWMwDVmksX9XMdcbx+Gq3isjUBCK//rTAFvCECvpEOlBb RMCHkJ1qkpN1M9fZzwJLmtmB8qz7x99YE6gMgVhz05yaomJpd+YWdTf1ggW16fW0nvYA 8BF81cva1+NvMU3Jq/cYX5CEqA+S3nB7+PuK44e8ivaz9/65/vUVvFns1+YgBqMsohoy xIfcnCmbTTP13+VdfQ9Drrzm83rQWK0qea9L15xavZriHGQ9hAzofF95dFHQej5saoux erIqNfRnQFY2bTqZ8EWcwhDpiz6SMEg/2rujUvNO7sfawunisusWY3V9iq6BnS9Jqwfb yOjQ== X-Received: by 10.60.79.198 with SMTP id l6mr1426091oex.47.1369143554788; Tue, 21 May 2013 06:39:14 -0700 (PDT) MIME-Version: 1.0 Sender: erlv5241@gmail.com Received: by 10.76.34.166 with HTTP; Tue, 21 May 2013 06:38:54 -0700 (PDT) In-Reply-To: References: From: Kun Ling Date: Tue, 21 May 2013 21:38:54 +0800 X-Google-Sender-Auth: UmjIXu6YlZV4OLpdWwDk1EESL0o Message-ID: Subject: Re: Project ideas To: user Content-Type: multipart/alternative; boundary=089e0118289e3adb4f04dd3a9300 X-Virus-Checked: Checked by ClamAV on apache.org --089e0118289e3adb4f04dd3a9300 Content-Type: text/plain; charset=ISO-8859-1 Hi Anshuman, Since MR is like: split the input, map it to different node, run it in parallel, and combine the result. I would suggest you look into the application of the Divide-and-Conquer algorithms, and port it, or rewrite it in Hadoop MapReduce. yours, Ling Kun On Tue, May 21, 2013 at 9:35 PM, Anshuman Mathur wrote: > Hello fellow users, > > We are a group of students studying in National University of Singapore. > As part of our course curriculum we need to develop an application using > Hadoop and map-reduce. Can you please suggest some innovative ideas for > our project? > > Thanks in advance. > > Anshuman > -- http://www.lingcc.com --089e0118289e3adb4f04dd3a9300 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi =A0Anshuman,
=A0 =A0Since MR is like: split t= he input, =A0map it to different node, run it in parallel, and combine the = result. =A0I would suggest you look into the application of the Divide-and-= Conquer algorithms, and port it, or rewrite it in Hadoop MapReduce.

yours,
Ling Kun
=


On Tue, May 2= 1, 2013 at 9:35 PM, Anshuman Mathur <ansmat@gmail.com> wrote:=

Hello fellow users,

We are a group of students studying in National University o= f Singapore. As part of our course curriculum we need to develop an applica= tion using Hadoop and=A0 map-reduce. Can you please suggest some innovative= ideas for our project?

Thanks in advance.

Anshuman




-- http://www.lingcc.com
--089e0118289e3adb4f04dd3a9300--