Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 81597 invoked from network); 7 Nov 2009 00:21:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Nov 2009 00:21:56 -0000 Received: (qmail 16530 invoked by uid 500); 7 Nov 2009 00:21:55 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 16498 invoked by uid 500); 7 Nov 2009 00:21:55 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 16488 invoked by uid 99); 7 Nov 2009 00:21:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 00:21:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Nov 2009 00:21:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5E409234C045 for ; Fri, 6 Nov 2009 16:21:32 -0800 (PST) Message-ID: <529431059.1257553292384.JavaMail.jira@brutus> Date: Sat, 7 Nov 2009 00:21:32 +0000 (UTC) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-1959) Compress tables during 0.19 to 0.20 migration In-Reply-To: <1872546302.1257550352430.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reassigned HBASE-1959: ---------------------------- Assignee: Dave Latham Assigning Dave.. added Dave Latham add contributor. > Compress tables during 0.19 to 0.20 migration > --------------------------------------------- > > Key: HBASE-1959 > URL: https://issues.apache.org/jira/browse/HBASE-1959 > Project: Hadoop HBase > Issue Type: New Feature > Reporter: Dave Latham > Assignee: Dave Latham > Fix For: 0.20.2 > > Attachments: 1959-branch0.20.patch > > > Current migration has no support for compression. You can always enable compression after migration and it should take effect after the next major compaction. For anyone else who may still have a significant amount of compressed data in 0.19, this might prove useful. > We have a large amount of data stored in 0.19 under GZip compression, at an effective 10x rate. Out of concern for migration speed and the risk of using more capacity than our cluster has, we didn't want to first write out all the data uncompressed before enabling LZO compression. > I'm attaching a small patch that allowed us to migrate the data directly to a compressed table format. To use it, add a migrate.compression property to hbase-site.xml with a value of LZO or GZ, and it should compress all tables during migration. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.