You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "elsif (JIRA)" <ji...@apache.org> on 2009/09/30 17:15:43 UTC

[jira] Updated: (HBASE-1875) Compression test utility

     [ https://issues.apache.org/jira/browse/HBASE-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

elsif  updated HBASE-1875:
--------------------------

    Attachment: HFileCompressionTest.java

> Compression test utility
> ------------------------
>
>                 Key: HBASE-1875
>                 URL: https://issues.apache.org/jira/browse/HBASE-1875
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: util
>    Affects Versions: 0.20.0
>            Reporter: elsif 
>            Priority: Trivial
>             Fix For: 0.20.1
>
>         Attachments: HFileCompressionTest.java
>
>
> Attached is a stand alone utility to test compression compatibility
> before starting hbase:
> # ./hbase org.apache.hadoop.hbase.test.HFileCompressionTest
> Usage: HFileCompressionTest hdfs compression
>   compression must be one of [ none, gz, lzo ]
> # ./hbase org.apache.hadoop.hbase.test.HFileCompressionTest
> hdfs://localhost:8020/ lzo
> 09/09/29 13:39:55 INFO lzo.GPLNativeCodeLoader: Loaded native gpl library
> 09/09/29 13:39:55 INFO lzo.LzoCodec: Successfully loaded & initialized
> native-lzo library
> 09/09/29 13:39:55 INFO compress.CodecPool: Got brand-new compressor
> OK
> The utility creates a temporary HFile named '.hfile-comp-test' at the
> specified HDFS path and outputs either 'OK' or 'FAILED'.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.