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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16416739#comment-16416739 ] 

ASF GitHub Bot commented on BIGTOP-2723:
----------------------------------------

Github user JunHe77 commented on the issue:

    https://github.com/apache/bigtop/pull/200
  
    @guyuqi, could you pls rebase the patch as it has conflicts with HEAD and re-submit? Thanks.


> 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
>
>
> 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)