Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 80453 invoked from network); 28 Jan 2011 05:09:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 05:09:21 -0000 Received: (qmail 52194 invoked by uid 500); 28 Jan 2011 05:09:20 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 51761 invoked by uid 500); 28 Jan 2011 05:09:17 -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 51753 invoked by uid 99); 28 Jan 2011 05:09:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 05:09:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nanhengwu@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 05:09:10 +0000 Received: by iyj17 with SMTP id 17so2317754iyj.14 for ; Thu, 27 Jan 2011 21:08:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=S2n7HerQ4CYcTNnnX+tgGPLMaiC96wGRp+USYzB8bsM=; b=WHR3rzBu5WWQsbUli8vowSrnj6LvWraiIYTAz+8AQrNC4YiFP/PbczydDpJUcTkttb vd0xP5Sa7sAE7Plih+oObUeUevJX9equ32QPobKYinX/ApJcIzRTbCnKOtNRhZQ4c7QJ L2Mm7/rQ37a6TrTqzSfgT6VUCSw9DWnodEMS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Y9U087ykpue+/bqXos/BRUhBSWQ6pG6RDEzp3Sa6Ol0abcmpGFGN+7YEvmTjVbhVUw AMJz53dwHmFQycdUL2t2bE5hhMC7hPsKAEVqRA6KO4bM56h5v+YREucOcWCIfYr9sOzz qY1/tHRiuPD76krC+5fSjAeHmAQbLQC888/cs= MIME-Version: 1.0 Received: by 10.231.35.201 with SMTP id q9mr2070028ibd.185.1296191330111; Thu, 27 Jan 2011 21:08:50 -0800 (PST) Received: by 10.231.141.76 with HTTP; Thu, 27 Jan 2011 21:08:50 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Jan 2011 21:08:50 -0800 Message-ID: Subject: Re: Use loadtable.rb with compressed data? From: Nanheng Wu To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Stack, thanks for the answers! I am reasonably sure the partitioning is OK because I just ran the same MR job with compression turned off and everything works. I'd like to move to 0.90 but for the short term I am stuck with 0.20. Is there anything I can do, maybe copy some files from the 0.90 branch and tweak them to run on 0.20? Please advice. thank you! On Thu, Jan 27, 2011 at 9:04 PM, Stack wrote: > loadtable.rb doesn't care about file content; it just moves files and > updates .META. > > You sure you did the partitioning correctly? =A0Not seeing anything > would come of incorrectly done partitioner. =A0There may also have been > a bug in partitioner around this time. =A0Can you move to 0.90.0? =A0Bulk > uploader is much improved there (It was rewritten between 0.20.6 and > 0.90.0 and the new implementation has been given a much better > airing). > > Yours, > St.Ack > > On Thu, Jan 27, 2011 at 8:54 PM, Nanheng Wu wrote: >> Hi, >> >> I am using hbase 0.20.6. =A0Is it possible for the loadtable.rb script >> to create the table from compressed output? I have a MR job where the >> reducer outputs Gzip compressed HFiles. When I ran loadtable.rb it >> didn't have any complaints and seemed to update the meta data table >> correctly. But when I tried to query against the table no data would >> come back (scan show 0 zero etc). Does anyone know if it's possible? >> or If I must create tables from compressed HFIles directly, what other >> options do I have besides the script? Thanks! >> >