Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 8290 invoked from network); 20 Sep 2008 00:22:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2008 00:22:28 -0000 Received: (qmail 59677 invoked by uid 500); 20 Sep 2008 00:22:24 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 59658 invoked by uid 500); 20 Sep 2008 00:22:24 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 59647 invoked by uid 99); 20 Sep 2008 00:22:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 17:22:24 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hui.ding@sap.com designates 155.56.68.171 as permitted sender) Received: from [155.56.68.171] (HELO smtpde01.sap-ag.de) (155.56.68.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2008 00:21:26 +0000 Received: from mail.sap.corp by smtpde01.sap-ag.de (26) with ESMTP id m8K0LxpV016482 for ; Sat, 20 Sep 2008 02:21:59 +0200 (MEST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [LIKELY JUNK]Re: Problem writing data into table using M/R Date: Fri, 19 Sep 2008 20:20:57 -0400 Message-ID: <9925EDEFB24BA249936ED9C9F84DDFB601A63A83@usphle18.phl.sap.corp> In-Reply-To: <5c24dcc30809191715h58100161j3d0ddb1fa5fc478c@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [LIKELY JUNK]Re: Problem writing data into table using M/R Thread-Index: Ackatjtk9FmDCn00SCiwDyfPQlyIkgAAFVAg References: <9925EDEFB24BA249936ED9C9F84DDFB601A63A7C@usphle18.phl.sap.corp> <5c24dcc30809191715h58100161j3d0ddb1fa5fc478c@mail.gmail.com> From: "Ding, Hui" To: X-OriginalArrivalTime: 20 Sep 2008 00:21:56.0846 (UTC) FILETIME=[E401C0E0:01C91AB6] X-Scanner: Virus Scanner virwal04 X-SAP: out X-Virus-Checked: Checked by ClamAV on apache.org Allen, thanks in advance!=20 The bulk loading from flatfile to htable one. =20 One thing I'm little confused is that the file path I supplied is to the local path not the dfs, is this correct? But when I tried to move the file to dfs and use the path there, it gives me an error saying file cannot be found. -----Original Message----- From: Allen Day [mailto:allenday@gmail.com]=20 Sent: Friday, September 19, 2008 5:15 PM To: hbase-user@hadoop.apache.org Subject: [LIKELY JUNK]Re: Problem writing data into table using M/R Hi Ding, Caveat emptor, I'm also new to HBase and did those examples as part of learning the API. But I'll try to help you. Which example are you using the flatfile -> HTable, or HTable -> HTable? -Allen On Fri, Sep 19, 2008 at 5:07 PM, Ding, Hui wrote: > Hi all, > > I'm having a problem writing data into hbase table using a m/r program. > > > I tried to run the sample code by Allen Day (the first one on the wiki > page:http://wiki.apache.org/hadoop/Hbase/MapReduce) > I put some logging statements in the mapper and see that there are the > same number of mappers executed as there are cells to insert. I don't > see any error message etc, > But then I don't see any data inserted after the program terminates! > > Meanwhile I was able to do the insertion and scan using the Client API > and it works fine. > > Can someone please give me some hint where to look for problem? > > Thanks a lot!!! >