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_r350022406
 
 

 ##########
 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:
   Are there any other differences in the fork?
   --- @srowen, I fork fusesource/leveldbjni to theopenlab/leveldbjni, and yes, 
we've modified it to make it support aarch64, the details you can see 
https://github.com/theopenlab/leveldbjni/commit/aa6b14a50a9acb2681102975107784f052f1ceeb
 (the code refers to google/leveldb 
https://github.com/google/leveldb/commit/c4c38f9c1f3bb405fe22a79c5611438f91208d09#diff-b20d9097440605779c4984e3a1346085)
   I only built new .so for aarch64 platform.

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

Reply via email to