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 DD0EF10487 for ; Wed, 28 Aug 2013 18:13:13 +0000 (UTC) Received: (qmail 81481 invoked by uid 500); 28 Aug 2013 18:13:11 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 81428 invoked by uid 500); 28 Aug 2013 18:13:11 -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 81414 invoked by uid 99); 28 Aug 2013 18:13:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 18:13:06 +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 surendra.manchikanti@gmail.com designates 209.85.219.42 as permitted sender) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 18:13:00 +0000 Received: by mail-oa0-f42.google.com with SMTP id j10so768510oah.1 for ; Wed, 28 Aug 2013 11:12:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=nFOm0ZK/Hs2dR1a8TavfPWwvStNrKBDTS2Tq7sU9KsM=; b=dJdrOqnb3nXjdk6ckJoAe4B7ACtWe1m7qCSpT4h23bDOKAUkO1eKuM9pQnTJ1OpRGf 6ruW3apJuaL+VDNN26dFF5JJL3iMaf+J0VUPlaYxEHPb4UKUNUGVXkGEFFut4ts/JKAp XceTb+KZKfgLoxLJpeW7w95w3PWzHKrWjASo8jHc2SmNMwq+/7sAimcs2B6iynZcOZlq 9sTNO1eiIkqUgLgU5RirmhU9tiHBufBvV8B0bLLlE8xg9GmB1dX0vSdse//tcVBvfUPd Vm5vcxnvX3hST7kq2g6CueniOL5APoM29EDDLsRln+FWk1z9CFmWTNCJHeYKMSlJtYfq 69yg== X-Received: by 10.60.80.8 with SMTP id n8mr24078676oex.33.1377713559778; Wed, 28 Aug 2013 11:12:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.117.169 with HTTP; Wed, 28 Aug 2013 11:12:19 -0700 (PDT) In-Reply-To: References: From: "Surendra , Manchikanti" Date: Wed, 28 Aug 2013 23:42:19 +0530 Message-ID: Subject: Re: Writing data to hbase from reducer To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=089e01160678553c7304e505ef2a X-Virus-Checked: Checked by ClamAV on apache.org --089e01160678553c7304e505ef2a Content-Type: text/plain; charset=UTF-8 Hbase comes with Bulkload tool. Please check below link. http://hbase.apache.org/book/arch.bulk.load.html Regards, Surendra M -- Surendra Manchikanti On Wed, Aug 28, 2013 at 11:39 PM, Doug Meil wrote: > > MapReduce job reading in your data in HDFS and then emitting Puts against > the target table in the Mapper since it looks like there isn't any > transform happening... > > http://hbase.apache.org/book/mapreduce.example.html > > Likewise, what Harsh said a few days ago. > > On 8/27/13 6:33 PM, "Harsh J" wrote: > > >You can use HBase's MultiTableOutputFormat: > > > http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTab > >leOutputFormat.html > > > >An example can be found in this blog post: > > > http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout > >putformat/ > > > > > > > On 8/28/13 12:49 PM, "jamal sasha" wrote: > > >Hi, > >I have data in form: > > > >source, destination, connection > >This data is saved in hdfs > > > >I want to read this data and put it in hbase table something like: > > Column1 (source) | Column2(Destination)| Column3(Connection Type) > >Row vertex A | vertex B | connection > > > >How do I do this? > >Thanks > > --089e01160678553c7304e505ef2a--