Closed jaynewchen closed 7 months ago
Could you try 15.0.2 instead of 14.0.0.1-rc0?
What is your RHEL version?
FYI: Here are Dockerfiles to build our Apache Arrow C++ packages for RHEL8/9:
Could you try 15.0.2 instead of 14.0.0.1-rc0?
What is your RHEL version?
FYI: Here are Dockerfiles to build our Apache Arrow C++ packages for RHEL8/9:
My RHEL version is:
# cat /etc/redhat-release
EulerOS release 2.0 (SP5)
# cat /etc/os-release
NAME="EulerOS"
VERSION="2.0 (SP5)"
ID="euleros"
ID_LIKE="rhel fedora centos"
VERSION_ID="2.0"
PRETTY_NAME="EulerOS 2.0 (SP5)"
ANSI_COLOR="0;31"
EulerOS is a self-developed operating system. Do you mean that I have to build the Arrow-java-dataset JNI code based on the OS image you provide?
EulerOS is a self-developed operating system.
OK. I can't help you more because I can't use it.
Do you mean that I have to build the Arrow-java-dataset JNI code based on the OS image you provide?
No. I mean that you can refer them how to prepare your build environment.
EulerOS is a self-developed operating system.
OK. I can't help you more because I can't use it.
Do you mean that I have to build the Arrow-java-dataset JNI code based on the OS image you provide?
No. I mean that you can refer them how to prepare your build environment.
thanks.
Describe the usage question you have. Please include as many useful details as possible.
My purpose:To build arrow java dataset module (including the JNI part)
I hava built the JNI C Data Interface library successful in a x86 redhat Linux machine,followed the doc:https://arrow.apache.org/docs/developers/java/building.html#building-java-jni-modules
with these commands:
But when I run these commands to build all JNI libraries except the JNI C Data Interface library (including dataset module),I get this output:
Firstly, I suspect that it's a pthread problem or openssl problem or missing LLVM dependency,but after trying a while, it is found that the failure is not caused by them.
Here's the output of CMakeError.log:
The arrow version I'm using is 14.0.1.rc0, JDK version is 1.8, and compiler is gcc-9.4.0 and g++-9
Can someone help me? thank you very much
Component(s)
C++, Java