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

Artavazd Balaian updated ARROW-16584:
-------------------------------------
    Component/s: C++
       Language: Java C++
    Description: 
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:
{noformat}
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){noformat}

  was:
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)

        Summary: [Java] Java JNI with S3 support  (was: Java] Java JNI with S3 
support)

> [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: C++, Java
>    Affects Versions: 8.0.0
>            Reporter: Artavazd Balaian
>            Priority: Major
>
> 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:
> {noformat}
> 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){noformat}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to