You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Leif Wickland <le...@gmail.com> on 2011/08/01 22:25:03 UTC

Documentation patch to src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java

I noticed that the documentation for
HFile.getSupportedCompressionsAlgorithms didn't mention Snappy or LZO, which
CDH3u1 reports are supported.

Index: src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java
===================================================================
--- src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java   (revision
1134434)
+++ src/main/java/org/apache/hadoop/hbase/io/hfile/HFile.java   (working
copy)
@@ -1848,6 +1848,8 @@
    *         <ul>
    *         <li>"none" - No compression.
    *         <li>"gz" - GZIP compression.
+   *         <li>"snappy" - Snappy compression.
+   *         <li>"lzo" - LZO compression.
    *         </ul>
    */
   public static String[] getSupportedCompressionAlgorithms() {