Skip to content

Commit

Permalink
HBASE-27701 Fix a misspelling of the ZstdCodec in compression documen…
Browse files Browse the repository at this point in the history
…tation (#5095)

Signed-off-by: Peter Somogyi <[email protected]>
  • Loading branch information
frensjan authored Mar 13, 2023
1 parent 72d5a46 commit c2b64e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/asciidoc/_chapters/compression.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ The available codec implementation options are:
|SNAPPY|org.apache.hadoop.hbase.io.compress.xerial.SnappyCodec|
Implemented with https://github.com/xerial/snappy-java[snappy-java]
|ZSTD|org.apache.hadoop.io.compress.ZStandardCodec|Hadoop native codec
|ZSTD|org.apache.hadoop.hbase.io.compress.aircompressor.ZStdCodec|
|ZSTD|org.apache.hadoop.hbase.io.compress.aircompressor.ZstdCodec|
Pure Java implementation, limited to a fixed compression level,
not data compatible with the Hadoop zstd codec
|ZSTD|org.apache.hadoop.hbase.io.compress.zstd.ZStdCodec|
|ZSTD|org.apache.hadoop.hbase.io.compress.zstd.ZstdCodec|
Implemented with https://github.com/luben/zstd-jni[zstd-jni],
supports all compression levels, supports custom dictionaries
|===
Expand Down

0 comments on commit c2b64e7

Please sign in to comment.