You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/03/29 14:43:00 UTC

[jira] [Closed] (ARROW-12125) Help with using arrow to read parquet from S3

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

Joris Van den Bossche closed ARROW-12125.
-----------------------------------------
    Resolution: Duplicate

> Help with using arrow to read parquet from S3
> ---------------------------------------------
>
>                 Key: ARROW-12125
>                 URL: https://issues.apache.org/jira/browse/ARROW-12125
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>    Affects Versions: 3.0.0
>         Environment: QA
>            Reporter: Karthikeyan Janakiraman
>            Priority: Critical
>
> I am following the document here[[https://arrow.apache.org/docs/r/articles/fs.html]] to read parquet file from AWS S3. 
> Below are the steps I have tried and finding errors, it will be great if you could advise what is going wrong here please,
> {code:java}
> df <- read_parquet("s3://access_key:secret_key@s3://my_bucket/test-parquet/refinement.parquet?region=eu-west-1")
> Error: IOError: When reading information for key '/my_bucket/test-parquet/refineme
> nt.parquet' in bucket 's3': AWS Error [code 100]: No response body. with address : 52.218.84.83
> {code}
> {code:java}
> FileSystem object
>  
> > bucket <- s3_bucket("my_bucket")
> > df <- read_parquet(bucket$path("test-parquet/refinement.parquet"))
>  
> Error: IOError: When reading information for key 'test-parquet/refinement.parquet' in bucket 'my_bucket': AWS Error [code 15]: No response body. with address : 52.218.40.184 >
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)