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 4ED979AA3 for ; Thu, 8 Mar 2012 09:28:57 +0000 (UTC) Received: (qmail 64454 invoked by uid 500); 8 Mar 2012 09:28:56 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 63833 invoked by uid 500); 8 Mar 2012 09:28:51 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 63701 invoked by uid 99); 8 Mar 2012 09:28:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 09:28:50 +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 (nike.apache.org: domain of hadoop.trial@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 09:28:43 +0000 Received: by wibhq7 with SMTP id hq7so208628wib.35 for ; Thu, 08 Mar 2012 01:28:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vsjDs+SdshuYsfm0bDSCoBi8r5CV32L+DrT2zWCcK4A=; b=E/zWrR80SQ9fCSZCUG0G0rmGnAVGt4hPj2oI8+JHnpD7vlw2Nt6HkdTEn2GzRI4CRi GhaRFLcbDZ9XqRiN0mdQF5YvRMAfChF5x6iFsHGYzPmK9SgejnBURDhRj4BHOC6XLUMY Ec/NDbX9Tv67kYipohZyLpHIdjTS49gSTWkMNUD6KNQBSUM/Wi7vbKK6PDXxHKNXRLCh N4DHxASMFqJQmqzZuvFZXWOeetMfbruIqnbXd2CHsLQjU4OJ6Kke4iZ8K4XetqA2zJPk afEQA2I/l++Kt3ufK+RNcjeQB80opo2uruvuJp+5O+g1G7X/nJOxtSOmRDVmi4uhIZ9w Ka+Q== MIME-Version: 1.0 Received: by 10.180.86.9 with SMTP id l9mr11001444wiz.15.1331198903005; Thu, 08 Mar 2012 01:28:23 -0800 (PST) Received: by 10.180.5.134 with HTTP; Thu, 8 Mar 2012 01:28:22 -0800 (PST) Date: Thu, 8 Mar 2012 01:28:22 -0800 Message-ID: Subject: develop and deploy MapReduce From: Viney Gupta To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d044287bebd30d404bab7e5a2 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044287bebd30d404bab7e5a2 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I am new to Hadoop and just start coding in MapReduce. I've checked out the trunk and am able to build the MapReduce project. I also import the code to the eclipse. My very first goal is to add a few printout statements, locally build the MR jar, deploy it to a testbed, and run a test program on the testbed, watching how the flow go. In this scenario, besides the trunk code, should I prepare a test bed? How could I prepare such one, and where should I deploy the generated MR jar? It's a newbie question ... and really hope that people here could show me the ropes so that I could start. Any help will be appreciated. Thank you! -- Regards, Viney Gupta --f46d044287bebd30d404bab7e5a2 Content-Type: text/html; charset=ISO-8859-1 Hi all,

I am new to Hadoop and just start coding in MapReduce. I've checked out the trunk and am able to build the MapReduce project. I also import the code to the eclipse. My very first goal is to add a few printout statements, locally build the MR jar, deploy it to a testbed, and run a test program on the testbed, watching how the flow go.

In this scenario, besides the trunk code, should I prepare a test bed? How could I prepare such one, and where should I deploy the generated MR jar?

It's a newbie question ... and really hope that people here could show me the ropes so that I could start. Any help will be appreciated.

Thank you!

--
Regards,
Viney Gupta

--f46d044287bebd30d404bab7e5a2--