Artavazd Balaian created ARROW-16584:
----------------------------------------
Summary: Java] Java JNI with S3 support
Key: ARROW-16584
URL: https://issues.apache.org/jira/browse/ARROW-16584
Project: Apache Arrow
Issue Type: Improvement
Components: Java
Affects Versions: 8.0.0
Reporter: Artavazd Balaian
I'm trying to use Arrow Java
([https://mvnrepository.com/artifact/org.apache.arrow/arrow-dataset/8.0.0]) to
read a parquet file from S3. It fails due to the native library being compiled
without S3 support:
java.lang.RuntimeException: Got S3 URI but Arrow compiled without S3 support
at org.apache.arrow.dataset.file.JniWrapper.makeFileSystemDatasetFactory(Native
Method)
at
org.apache.arrow.dataset.file.FileSystemDatasetFactory.createNative(FileSystemDatasetFactory.java:35)
at
org.apache.arrow.dataset.file.FileSystemDatasetFactory.<init>(FileSystemDatasetFactory.java:31)
--
This message was sent by Atlassian Jira
(v8.20.7#820007)