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

Quanlong Huang commented on HADOOP-16614:
-----------------------------------------

A workaround of this is adding JVM option "-Dlibrary.leveldbjni.path=" to 
specify the dir path where libleveldbjni.so locates.

The libleveldbjni.so built on ARM platform can be extracted from the jar:
[https://mvnrepository.com/artifact/org.fusesource.leveldbjni/leveldbjni-all/1.8-hw-20191105]

> 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.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to