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/28 20:41:00 UTC

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

Karthikeyan Janakiraman created ARROW-12127:
-----------------------------------------------

             Summary: Help with using arrow to read parquet from S3
                 Key: ARROW-12127
                 URL: https://issues.apache.org/jira/browse/ARROW-12127
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
    Affects Versions: 3.0.0
         Environment: QA
            Reporter: Karthikeyan Janakiraman


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)