Hbase 28776#6151
Closed
weitule wants to merge 2 commits into
Closed
Conversation
….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>
Contributor
|
HBase 2.4.x has already been EOL. Does this problem also affects other branches? Thanks. |
Author
|
This problem affects hbase.version less than 2.6, meanwhile hbase must be compatibel with hadoop 3. While hdfs storage system based on hadoop.version >= 3.3.3.
Hbase version 2.6`s hadoop-three.version is hadoop 3.3.5.So solve the problem By packaging the hbase version 2.6 using the way of "mvn package -P hadoop-3.0"
嘻嘻哈哈
***@***.***
…------------------ 原始邮件 ------------------
发件人: "apache/hbase" ***@***.***>;
发送时间: 2024年8月25日(星期天) 晚上10:52
***@***.***>;
***@***.******@***.***>;
主题: Re: [apache/hbase] Hbase 28776 (PR #6151)
HBase 2.4.x has already been EOL.
Does this problem also affects other branches?
Thanks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Contributor
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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