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 63658922F for ; Tue, 28 Feb 2012 14:35:23 +0000 (UTC) Received: (qmail 79000 invoked by uid 500); 28 Feb 2012 14:35:21 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 78958 invoked by uid 500); 28 Feb 2012 14:35:21 -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 78950 invoked by uid 500); 28 Feb 2012 14:35:21 -0000 Delivered-To: apmail-hadoop-hbase-user@hadoop.apache.org Received: (qmail 78947 invoked by uid 99); 28 Feb 2012 14:35:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 14:35:21 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.82.176] (HELO mail-we0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 14:35:13 +0000 Received: by werc1 with SMTP id c1so2608082wer.35 for ; Tue, 28 Feb 2012 06:34:52 -0800 (PST) Received-SPF: pass (google.com: domain of tvinod@socialyantra.com designates 10.180.103.35 as permitted sender) client-ip=10.180.103.35; Authentication-Results: mr.google.com; spf=pass (google.com: domain of tvinod@socialyantra.com designates 10.180.103.35 as permitted sender) smtp.mail=tvinod@socialyantra.com Received: from mr.google.com ([10.180.103.35]) by 10.180.103.35 with SMTP id ft3mr6940298wib.0.1330439692281 (num_hops = 1); Tue, 28 Feb 2012 06:34:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.103.35 with SMTP id ft3mr5486254wib.0.1330439692168; Tue, 28 Feb 2012 06:34:52 -0800 (PST) Sender: tvinod@socialyantra.com Received: by 10.180.3.70 with HTTP; Tue, 28 Feb 2012 06:34:52 -0800 (PST) X-Originating-IP: [71.197.219.77] Date: Tue, 28 Feb 2012 06:34:52 -0800 X-Google-Sender-Auth: Qtq3dIiqqPZq7qzTTbgxyupvaCU Message-ID: Subject: multiple puts in reducer? From: T Vinod Gupta To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d043bd7e83f2e8504ba0721a7 X-Gm-Message-State: ALoCoQmla9f5k3LfvxvuTarTfaKyeROQgjfkIyfoxDSqsm8tjiAM3j6sIQzNv+MqjTOKtUCpQkQ3 X-Virus-Checked: Checked by ClamAV on apache.org --f46d043bd7e83f2e8504ba0721a7 Content-Type: text/plain; charset=ISO-8859-1 while doing map reduce on hbase tables, is it possible to do multiple puts in the reducer? what i want is a way to be able to write multiple rows. if its not possible, then what are the other alternatives? i mean like creating a wider table in that case. thanks --f46d043bd7e83f2e8504ba0721a7--