Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 4D042E5A9 for ; Mon, 21 Jan 2013 11:53:17 +0000 (UTC) Received: (qmail 25568 invoked by uid 500); 21 Jan 2013 11:53:15 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 25485 invoked by uid 500); 21 Jan 2013 11:53:15 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 25473 invoked by uid 99); 21 Jan 2013 11:53:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 11:53:14 +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 mohandes.zebeleh.67@gmail.com designates 209.85.217.179 as permitted sender) Received: from [209.85.217.179] (HELO mail-lb0-f179.google.com) (209.85.217.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 11:53:08 +0000 Received: by mail-lb0-f179.google.com with SMTP id gm13so4274067lbb.24 for ; Mon, 21 Jan 2013 03:52:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=8ZQgWRYEVbtIbPCuwXbpCkhFTRdpMlZhiQaYXC+uZMU=; b=OvfBlLVIFg+lIi5vtmMJB/QVDA48Y+TXBuGuahbPi9n/upb2rP41r4RI1zaLfjt5u3 Hg5Xe2Fb2Ls/2pCN5+oL7ZZizKASvmxCfL0DowFgU6rNczLLUv6xlhrbjy6hHehuOfb2 VCQUEnM1aVjfd4tIMTrrG9JUgQ7wiDbSjs8yUwS5ZG0C3z6mmoCjy/y5xN/c1apZ2jtG OJo6V0quXjCbuD0k7+FHzVODbKbe3XMok9xJ5p9FNGwbrwQ395C3AHYOZpA63Y9u0y9T 8JbWXx574GJzyI40d7fBeoXxwe70V+iPzbnN8nTEbtSiGPJC8Bte41GIqXhPT17Xmyrs NrSw== MIME-Version: 1.0 X-Received: by 10.112.29.104 with SMTP id j8mr7594869lbh.0.1358769167970; Mon, 21 Jan 2013 03:52:47 -0800 (PST) Received: by 10.114.6.35 with HTTP; Mon, 21 Jan 2013 03:52:47 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 15:22:47 +0330 Message-ID: Subject: Re: Hbase Mapreduce- Problem in using arrayList of pust in MapFunction From: Farrokh Shahriari To: cdh-user@cloudera.org, user@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d04016a3196b29304d3cb19a4 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04016a3196b29304d3cb19a4 Content-Type: text/plain; charset=ISO-8859-1 Tnx,But I don't know why when the client.buffer.size is increased, I've got bad result,does it related to other parameters ? and I give 8 gb heap to each regionserver. On Mon, Jan 21, 2013 at 12:34 PM, Harsh J wrote: > Hi Farrokh, > > This isn't a HDFS question - please ask these questions only on their > relevant lists for best results and to keep each list's discussion separate. > > > On Mon, Jan 21, 2013 at 11:40 AM, Farrokh Shahriari < > mohandes.zebeleh.67@gmail.com> wrote: > >> Hi there >> Is there any way to use arrayList of Puts in map function to insert data >> to hbase ? Because,the context.write method doesn't allow to use arraylist >> of puts,so in every map function I can only put one row. What can I do for >> inserting some rows in each map function ? >> And also how can I use autoflush & bufferclientside in Map function for >> inserting data to Hbase Table ? >> >> Mohandes Zebeleh >> >> > > > -- > Harsh J > --f46d04016a3196b29304d3cb19a4--