You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Yuqi Gu (JIRA)" <ji...@apache.org> on 2018/03/29 09:56:00 UTC

[jira] [Updated] (BIGTOP-2723) Fix asciidoctor-maven-plugin for HBase build on AArch64

     [ https://issues.apache.org/jira/browse/BIGTOP-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yuqi Gu updated BIGTOP-2723:
----------------------------
    Attachment: BIGTOP-2723_v3.patch

> Fix asciidoctor-maven-plugin for HBase build on AArch64
> -------------------------------------------------------
>
>                 Key: BIGTOP-2723
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2723
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Ganesh Raju
>            Assignee: Roman Shaposhnik
>            Priority: Major
>              Labels: arm
>         Attachments: BIGTOP-2723.patch, BIGTOP-2723_v2.patch, BIGTOP-2723_v3.patch
>
>
> HBase fails building on AArch64 due to asciidoctor-maven-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).
> The submitted patch resolves the issue by upgradeing Jruby to version 9.1.8.0 that supports AArch64. Please note that HBase itself also uses JRuby 1.7.x which is not upgraded because Jruby 9.1.8.0 is not compatible with Hbase.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)