Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-19547: HBase fails building on AArch64 due to asciidoctor-maven… #70

Closed
wants to merge 1 commit into from

Conversation

guyuqi
Copy link
Member

@guyuqi guyuqi commented Dec 19, 2017

This error took place because asciidoctor-maven-plugin used an old version
of Jruby (1.7.26) which didn’t work with AArch64 (due to the fact that
Jffi 1.2.12 which Jruby 1.7.26 depends on has no native AArch64 libraries).
This patch resolves the issue by upgradeing Jruby to version 9.1.10.0 that supports AArch64.

Change-Id: I17c2372434cc536f9436aa9e101ecf27571a5623
Signed-off-by: Yuqi Gu yuqi.gu@arm.com

…-plugin

This error took place because asciidoctor-maven-plugin used an old version
of Jruby (1.7.26) which didn’t work with AArch64 (due to the fact that
Jffi 1.2.12 which Jruby 1.7.26 depends on has no native AArch64 libraries).
This patch resolves the issue by upgradeing Jruby to version 9.1.10.0 that supports AArch64.

Change-Id: I17c2372434cc536f9436aa9e101ecf27571a5623
Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
@asfgit asfgit closed this in 2ab8ff5 Aug 22, 2018
@vielmetti
Copy link

Was this closed and then not merged and then closed with no explanation?

@busbey
Copy link
Contributor

busbey commented Aug 24, 2018

not at all. the comment on the closing ref:

that jira (the same one in the title ): HBASE-19547 says the change was merged and made it into the 2.0.0 release.

@busbey
Copy link
Contributor

busbey commented Aug 24, 2018

FTR, it was merged in April 2018.

@vielmetti
Copy link

My apologies, I had looked at only a portion of the referenced closing document!

infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
ndimiduk pushed a commit to ndimiduk/hbase that referenced this pull request Feb 29, 2024
* Allow HBase clients to read zstd HFiles with ZstdCodec

* try this

* try without versions set

* move zstd support to hbase-mapreduce-bundle

* exclude less

* unused property

* don't bundle zstd-jni

---------

Co-authored-by: Charles Connell <cconnell@hubspot.com>
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.

3 participants