File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/asciidoc/_chapters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,10 +352,10 @@ The available codec implementation options are:
352
352
|SNAPPY|org.apache.hadoop.hbase.io.compress.xerial.SnappyCodec|
353
353
Implemented with https://github.com/xerial/snappy-java[snappy-java]
354
354
|ZSTD|org.apache.hadoop.io.compress.ZStandardCodec|Hadoop native codec
355
- |ZSTD|org.apache.hadoop.hbase.io.compress.aircompressor.ZStdCodec |
355
+ |ZSTD|org.apache.hadoop.hbase.io.compress.aircompressor.ZstdCodec |
356
356
Pure Java implementation, limited to a fixed compression level,
357
357
not data compatible with the Hadoop zstd codec
358
- |ZSTD|org.apache.hadoop.hbase.io.compress.zstd.ZStdCodec |
358
+ |ZSTD|org.apache.hadoop.hbase.io.compress.zstd.ZstdCodec |
359
359
Implemented with https://github.com/luben/zstd-jni[zstd-jni],
360
360
supports all compression levels, supports custom dictionaries
361
361
|===
You can’t perform that action at this time.
0 commit comments