[jira] [Updated] (ARROW-3589) [Gandiva] Make it possible to compile gandiva without JNI

2018-10-23 Thread Pindikura Ravindra (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pindikura Ravindra updated ARROW-3589:
--
Component/s: Gandiva

> [Gandiva] Make it possible to compile gandiva without JNI
> -
>
> Key: ARROW-3589
> URL: https://issues.apache.org/jira/browse/ARROW-3589
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Gandiva
>Reporter: Philipp Moritz
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When trying to compile arrow with
> {code:java}
> cmake -DARROW_PYTHON=on -DARROW_GANDIVA=on -DARROW_PLASMA=on ..{code}
> I'm seeing the following error right now:
> {code:java}
> CMake Error at 
> /home/ubuntu/anaconda3/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137
>  (message):
>   Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY
>   JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
> Call Stack (most recent call first):
>   
> /home/ubuntu/anaconda3/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:378
>  (_FPHSA_FAILURE_MESSAGE)
>   /home/ubuntu/anaconda3/share/cmake-3.12/Modules/FindJNI.cmake:356 
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
>   src/gandiva/jni/CMakeLists.txt:21 (find_package)
> -- Configuring incomplete, errors occurred{code}
> It should be possible to compile the C++ gandiva code without JNI bindings, 
> how about we introduce a new flag "-DARROW_GANDIVA_JAVA=off" (which could be 
> on by default if desired).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-3589) [Gandiva] Make it possible to compile gandiva without JNI

2018-10-22 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/ARROW-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-3589:
--
Labels: pull-request-available  (was: )

> [Gandiva] Make it possible to compile gandiva without JNI
> -
>
> Key: ARROW-3589
> URL: https://issues.apache.org/jira/browse/ARROW-3589
> Project: Apache Arrow
>  Issue Type: Improvement
>Reporter: Philipp Moritz
>Priority: Major
>  Labels: pull-request-available
>
> When trying to compile arrow with
> {code:java}
> cmake -DARROW_PYTHON=on -DARROW_GANDIVA=on -DARROW_PLASMA=on ..{code}
> I'm seeing the following error right now:
> {code:java}
> CMake Error at 
> /home/ubuntu/anaconda3/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137
>  (message):
>   Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY
>   JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
> Call Stack (most recent call first):
>   
> /home/ubuntu/anaconda3/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:378
>  (_FPHSA_FAILURE_MESSAGE)
>   /home/ubuntu/anaconda3/share/cmake-3.12/Modules/FindJNI.cmake:356 
> (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
>   src/gandiva/jni/CMakeLists.txt:21 (find_package)
> -- Configuring incomplete, errors occurred{code}
> It should be possible to compile the C++ gandiva code without JNI bindings, 
> how about we introduce a new flag "-DARROW_GANDIVA_JAVA=off" (which could be 
> on by default if desired).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)