Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2289190C6 for ; Wed, 25 Apr 2012 11:42:28 +0000 (UTC) Received: (qmail 45010 invoked by uid 500); 25 Apr 2012 11:42:28 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44968 invoked by uid 500); 25 Apr 2012 11:42:27 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 44952 invoked by uid 99); 25 Apr 2012 11:42:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 11:42:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 11:42:25 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A63E740E95C for ; Wed, 25 Apr 2012 11:42:05 +0000 (UTC) Date: Wed, 25 Apr 2012 11:42:05 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <540916625.387.1335354125682.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1889484187.1003.1335313806370.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5871) Usability regression, we don't parse compression algos anymore 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-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261474#comment-13261474 ] Hudson commented on HBASE-5871: ------------------------------- Integrated in HBase-0.92 #390 (See [https://builds.apache.org/job/HBase-0.92/390/]) HBASE-5871 Usability regression, we don't parse compression algos anymore (Revision 1330122) Result = FAILURE larsh : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/src/main/ruby/hbase/admin.rb > Usability regression, we don't parse compression algos anymore > -------------------------------------------------------------- > > Key: HBASE-5871 > URL: https://issues.apache.org/jira/browse/HBASE-5871 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.1 > Reporter: Jean-Daniel Cryans > Assignee: Lars Hofhansl > Priority: Critical > Fix For: 0.92.2, 0.94.0, 0.96.0 > > Attachments: 5871-0.92.txt, 5871-0.94.txt, 5871-trunk.txt > > > It seems that string with 0.92.0 we can't create tables in the shell by specifying "lzo" anymore. I remember we used to do better parsing than that, but right now if you follow the wiki doing this: > bq. create 'mytable', {NAME=>'colfam:', COMPRESSION=>'lzo'} > You'll get: > bq. ERROR: java.lang.IllegalArgumentException: No enum const class org.apache.hadoop.hbase.io.hfile.Compression$Algorithm.lzo > Bad for usability. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira