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 CBD5810B3C for ; Tue, 31 Dec 2013 14:37:42 +0000 (UTC) Received: (qmail 81972 invoked by uid 500); 31 Dec 2013 14:37:34 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 81881 invoked by uid 500); 31 Dec 2013 14:37:26 -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 81872 invoked by uid 99); 31 Dec 2013 14:37:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 14:37:24 +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 yuzhihong@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 14:37:18 +0000 Received: by mail-la0-f43.google.com with SMTP id n7so6391732lam.30 for ; Tue, 31 Dec 2013 06:36:57 -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=tRIHjowXKWcft2IHKg9SSsZ45oTNsMANtlkJNJRsYss=; b=RLzoFGVzsxJmScOdAoEO+OhYgSeLgWKqEuA54z/jdzlD00SHECNyUb7aTjklz5rg8K STLIQiTOu00Dm8XqR+TaI19n8jVz8nVY84uVtper+XCtsd79kFba55OsBfBFVF8TgbCX tHoL5t//CCFDw+eu8/S6xVHUJKI0a8OL6sCWfBEH+SfT6QGLQ06C8HZBncbwxMo1GqE5 aLJlcCsSfPwkUrdslSsAB7z8GdA36CtoTFNVdbYHdEJCP4eECPirOGxKjep/cnVTf8wL yUvpSCLEEE0qUojiv7RgzS9ddpYHf97nX9VFelz+YI/VoAzZq+Us1y3yUDRjfW0FXTeo kbTw== MIME-Version: 1.0 X-Received: by 10.152.9.193 with SMTP id c1mr175236lab.53.1388500617501; Tue, 31 Dec 2013 06:36:57 -0800 (PST) Received: by 10.112.138.234 with HTTP; Tue, 31 Dec 2013 06:36:57 -0800 (PST) In-Reply-To: References: Date: Tue, 31 Dec 2013 06:36:57 -0800 Message-ID: Subject: Re: Split using mapreduce in hbase From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a1132e1d0139f1804eed57ed0 X-Virus-Checked: Checked by ClamAV on apache.org --001a1132e1d0139f1804eed57ed0 Content-Type: text/plain; charset=ISO-8859-1 You can refer to this: http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout putformat/ What HBase version are you using ? Cheers On Tue, Dec 31, 2013 at 2:43 AM, Ranjini Rathinam wrote: > Hi, > > I want to split a file containg 20 attibutes. the first 10 must go in one > hbase table > > and another 10 must go in another hbase table . > > I used MultiTableoutputFormat. but still not working. > > how to pass table name in it.? > > Please help me in fixing this. please provide sample code for this. > > Thanks in advance. > > Ranjini.R > --001a1132e1d0139f1804eed57ed0--