[ 
https://issues.apache.org/jira/browse/HADOOP-16614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16959351#comment-16959351
 ] 

huangtianhua commented on HADOOP-16614:
---------------------------------------

Do we plan to backport this to 2.7 and 3.2? Spark has the same issue on arm 
platform, it depends on *org.fusesource.leveldbjni* not only itself, but also 
it depends on some hadoop 2.7(or 3.2) jar packages which using 
*org.fusesource.leveldbjni*,  so it will be good that we backport this to 2.7 
and 3.2 :)

> Missing leveldbjni package of aarch64 platform
> ----------------------------------------------
>
>                 Key: HADOOP-16614
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16614
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: liusheng
>            Priority: Major
>             Fix For: 3.3.0
>
>
> Currently, Hadoop denpend on the *leveldbjni-all:1.8* package of 
> *org.fusesource.leveldbjni* group, but it cannot support ARM platform.
> see: [https://search.maven.org/search?q=g:org.fusesource.leveldbjni]
> Because the leveldbjni community is inactivity and the  code 
> ([https://github.com/fusesource/leveldbjni]) didn't updated a long time.I 
> will build the leveldbjni package of aarch64 platform, and upload it with 
> other platform packages of *org.fusesource.leveldbjni* to a new 
> *org.openlabtesting.leveldbjni* maven repo. In hadoop code, I will add a new 
> profile aarch64 for for automatically select the 
> *org.openlabtesting.leveldbjni* artifact group and using the aarch64 package 
> of leveldbjni when running on ARM server, this approach has no effect on 
> current code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to