Jean-Daniel Cryans created HBASE-5871:
-----------------------------------------

             Summary: 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
            Priority: Critical
             Fix For: 0.92.2, 0.94.0, 0.96.0


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

        

Reply via email to