Skip to content

Hbase 28776#6151

Closed
weitule wants to merge 2 commits into
apache:branch-2.4from
weitule:HBASE-28776
Closed

Hbase 28776#6151
weitule wants to merge 2 commits into
apache:branch-2.4from
weitule:HBASE-28776

Conversation

@weitule
Copy link
Copy Markdown

@weitule weitule commented Aug 13, 2024

Fixed the error: org. apache.hadoop.hbase.DoNotRetryIOException: java.lang.UnsatisfiedLinkError: org-apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy()Z Set hbase.table.sanity.checks to false.The error happened when i create table compressed by snappy. The environment based on hadoop 3.3.3 and hbase2.4.16. But hbase-2.4.16 document said it is compatible with hadoop 3.3.x, I used the configuration: org.apache.hadoop.hbase.io.compress.aircompressor.SnappyCodec,org.apache.hadoop.hbase.io.compress.xerial.SnappyCodec, the error still occurs.So I changed the dependency hadoop3.1.2 to hadoop 3.3.3, the error fixed

….lang.UnsatisfiedLinkError: org-apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy()Z Set hbase.table.sanity.checks to false.The error happened when i create table compressed by snappy. The environment based on hadoop 3.3.3 and hbase2.4.16. But hbase-2.4.16 document said it is compatible with hadoop 3.3.x, I used the configuration: org.apache.hadoop.hbase.io.compress.aircompressor.SnappyCodec,org.apache.hadoop.hbase.io.compress.xerial.SnappyCodec, the error still occurs.So I changed the dependency hadoop3.1.2 to hadoop 3.3.3, the error fixed

Signed-off-by: weitule <1765003482@qq.com>
….lang.UnsatisfiedLinkError: org-apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy()Z Set hbase.table.sanity.checks to false.The error happened when i create table compressed by snappy. The environment based on hadoop 3.3.3 and hbase2.4.16. But hbase-2.4.16 document said it is compatible with hadoop 3.3.x, I used the configuration: org.apache.hadoop.hbase.io.compress.aircompressor.SnappyCodec,org.apache.hadoop.hbase.io.compress.xerial.SnappyCodec, the error still occurs.So I changed the dependency hadoop3.1.2 to hadoop 3.3.3, the error fixed

Signed-off-by: weitule <1765003482@qq.com>
@Apache9
Copy link
Copy Markdown
Contributor

Apache9 commented Aug 25, 2024

HBase 2.4.x has already been EOL.

Does this problem also affects other branches?

Thanks.

@weitule
Copy link
Copy Markdown
Author

weitule commented Aug 26, 2024 via email

@Apache9
Copy link
Copy Markdown
Contributor

Apache9 commented Aug 26, 2024

Then please open a PR against branch-2(which is for 2.7.x), or if branch-2 is not affected, please open a PR against branch-2.6. In HBase usually we will open a PR for newer branches, and then cherry-pick to older branches.

Thanks.

@Apache9 Apache9 closed this Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants