huangtianhua commented on a change in pull request #26636: [SPARK-27721][BUILD]
Switch to use right leveldbjni according to the platforms
URL: https://github.com/apache/spark/pull/26636#discussion_r349970930
##########
File path: pom.xml
##########
@@ -3081,5 +3094,17 @@
<profile>
<id>sparkr</id>
</profile>
+ <profile>
+ <id>aarch64</id>
+ <properties>
+ <leveldbjni.group>org.openlabtesting.leveldbjni</leveldbjni.group>
+ </properties>
+ <activation>
+ <os>
+ <family>linux</family>
+ <arch>aarch64</arch>
Review comment:
Fisrt, unforturnately, the main repo seems is not under maintaining, I've
asked committers to public a new release which supports aarch64 platform, but
there is no reply. Second, if the main repo have 1.9 version, I believe the 1.9
version should support aarch64 platform, then I think we can migrate to use it
directly? And last, if you want to use
org.openlabtesting.leveldbjni:leveldbjni-all.1.9 I will make it :)
About the 'activation' I think it only specify the default profile depends
on the build machine, you can activete with -Paarch64 on any other build
machine.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]