zinking commented on issue #37323:
URL: https://github.com/apache/arrow/issues/37323#issuecomment-1700627255
@davisusanibar I didn't run the above function. but following patch worked
for me.
```
diff --git a/ci/scripts/java_jni_manylinux_build.sh
b/ci/scripts/java_jni_manylinux_build.sh
index 03939715e..fff3c33f3 100755
--- a/ci/scripts/java_jni_manylinux_build.sh
+++ b/ci/scripts/java_jni_manylinux_build.sh
@@ -84,6 +84,7 @@ cmake \
-DARROW_GANDIVA_PC_CXX_FLAGS=${GANDIVA_CXX_FLAGS} \
-DARROW_GANDIVA=${ARROW_GANDIVA} \
-DARROW_GCS=${ARROW_GCS} \
+ -DARROW_HDFS=${ARROW_DATASET} \
-DARROW_JEMALLOC=${ARROW_JEMALLOC} \
-DARROW_ORC=${ARROW_ORC} \
-DARROW_PARQUET=${ARROW_PARQUET} \
@@ -106,7 +107,7 @@ cmake \
${arrow_dir}/cpp
ninja install
```
able to read remote hdfs file now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]