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

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

    [ https://issues.apache.org/jira/browse/ARROW-12126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17310747#comment-17310747 ] 

Karthikeyan Janakiraman commented on ARROW-12126:
-------------------------------------------------

I just noticed the duplicate issues, sorry about that. Jira was returning errors and I had to refresh browser couple of times to bring it back looks like it created issues in the backend.

Appreciate any help here please, I am currently struck on that error. If we can get through this as soon as possible it will be great. Thanks! 

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