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

Neal Richardson resolved ARROW-12126.
-------------------------------------
      Assignee: Neal Richardson
    Resolution: Information Provided

Please feel free to reopen if you have further issues.

> [R] Help with using arrow to read parquet from S3
> -------------------------------------------------
>
>                 Key: ARROW-12126
>                 URL: https://issues.apache.org/jira/browse/ARROW-12126
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>    Affects Versions: 3.0.0
>         Environment: QA
>            Reporter: Karthikeyan Janakiraman
>            Assignee: Neal Richardson
>            Priority: Major
>
> 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)

Reply via email to