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 496A310C27 for ; Mon, 6 Jan 2014 19:06:45 +0000 (UTC) Received: (qmail 58073 invoked by uid 500); 6 Jan 2014 19:06:38 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 57894 invoked by uid 500); 6 Jan 2014 19:06:38 -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 57883 invoked by uid 99); 6 Jan 2014 19:06:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 19:06:37 +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 smarty.juice@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 19:06:32 +0000 Received: by mail-ob0-f182.google.com with SMTP id wp4so19012230obc.27 for ; Mon, 06 Jan 2014 11:06:11 -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=TXMZSMAe/f5Js7+0dTcGNvRToSTBfdO0jN+bVzI161M=; b=LLpVDsT5Z0q6i3hnLgsnAmT40WTehCN5DMQ0gdJQc1feYCpg99Bn+ByJd9y2/7SYo7 NyKpHK0iBcvFQLOVMeIJvzhsH7sCouLZd72RrUR6BpcFfwvylh/68R2JFbwopI6zDIRO RkDLeWqXqV36NmTCUCHv5uie67xGajE0346cbl+q7/UWNEtuoLleIr9B8m+T910eLEQo c1QxUc/smFEEcPB1FoUhvyCT4RoNplTee+GtfHse31oxlRSvCT4b9Vi+HZze75TdTe5N 59X2NTnH70Vys3/XCLCR0ioe2UDILY5efFj4BoKQlUvnQd1oICATfIi0+IE89X4H/pWT pcUw== MIME-Version: 1.0 X-Received: by 10.60.65.5 with SMTP id t5mr73740865oes.19.1389035171504; Mon, 06 Jan 2014 11:06:11 -0800 (PST) Received: by 10.182.28.165 with HTTP; Mon, 6 Jan 2014 11:06:11 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Jan 2014 14:06:11 -0500 Message-ID: Subject: Re: Fine tunning From: Hardik Pandya To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c1d6a8fa665404ef51f36e X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1d6a8fa665404ef51f36e Content-Type: text/plain; charset=ISO-8859-1 Can you please share how you are doing the lookup? On Mon, Jan 6, 2014 at 4:23 AM, Ranjini Rathinam wrote: > Hi, > > I have a input File of 16 fields in it. > > Using Mapreduce code need to load the hbase tables. > > The first eight has to go into one table in hbase and last eight has to > got to another hbase table. > > The data is being loaded into hbase table in 0.11 sec , but if any lookup > is being added in the mapreduce code, > For eg, the input file has one attribute named currency , it will have a > master table currency. need to match both values to print it. > > The table which has lookup takes long time to get load. For 13250 records > it take 59 mins. > > How to make fine tune to reduce the time for its loading. > > Please help. > > Thanks in advance. > > Ranjini.R > > > --001a11c1d6a8fa665404ef51f36e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Can you please share how you are doing the lookup?



On Mon, Jan 6, 2014 at 4:23 AM, Ranjini Rathinam <ra= njinibecse@gmail.com> wrote:
Hi,
=A0
I have a input File of 16 fields in it.
=A0
Using Mapreduce code need to load the hbase tables.
=A0
The first eight has to go into one table in hbase and last eight has t= o got to another hbase table.
=A0
The data is being loaded into hbase table in 0.11 sec , but if any loo= kup is being added in the mapreduce code,
For eg, the input file has=A0one =A0attribute=A0named currency , it wi= ll have a master table currency. need to match both values to print it.
=A0
The table which has lookup takes long time to get load. For 13250 reco= rds it take 59 mins.
=A0
How to make fine tune to reduce the time for its loading.
=A0
Please help.
=A0
Thanks in advance.
=A0
Ranjini.R
=A0


--001a11c1d6a8fa665404ef51f36e--