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_r349978710
 
 

 ##########
 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:
   @srowen, and about the spark arm CI, now I will follow your suggestion only 
to send an email to user@ tell users the situation of the arm testing of spark. 

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