You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/11 20:52:34 UTC

[GitHub] [arrow] kou commented on a diff in pull request #14623: ARROW-18278: [Java] Maven generate-libs-jni-macos-linux on M1 fails due to cmake error

kou commented on code in PR #14623:
URL: https://github.com/apache/arrow/pull/14623#discussion_r1020551149


##########
docs/source/developers/java/building.rst:
##########
@@ -132,7 +132,12 @@ Maven
         $ cd arrow/java
         $ export JAVA_HOME=<absolute path to your java home>
         $ java --version
-        $ mvn generate-resources -Pgenerate-libs-jni-macos-linux -N
+        $ mvn generate-resources \
+            -Pgenerate-libs-jni-macos-linux \
+            -DARROW_GANDIVA=ON \
+            -DARROW_JAVA_JNI_ENABLE_GANDIVA=ON \
+            -DARROW_JAVA_JNI_ENABLE_C=ON \

Review Comment:
   Should we add this?
   This item is described as "To build all JNI libraries (MacOS / Linux) except the JNI C Data Interface library".



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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org