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

[jira] [Updated] (ARROW-12026) [R] NotImplemented: Got S3 URI but Arrow compiled without S3 support

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

Jonathan Keane updated ARROW-12026:
-----------------------------------
    Summary: [R] NotImplemented: Got S3 URI but Arrow compiled without S3 support  (was: NotImplemented: Got S3 URI but Arrow compiled without S3 support)

> [R] NotImplemented: Got S3 URI but Arrow compiled without S3 support
> --------------------------------------------------------------------
>
>                 Key: ARROW-12026
>                 URL: https://issues.apache.org/jira/browse/ARROW-12026
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 3.0.0
>         Environment: QA
>            Reporter: Karthikeyan Janakiraman
>            Priority: Trivial
>
> I have followed below steps however seeing the error on summary when I try to read parquet from S3. 
>  
> 1. export LIBARROW_MINIMAL=false
> {code:java}
> [root@c1cce557dba3 tmp]# printenv | grep LIBARROW_MINIMAL
> LIBARROW_MINIMAL=false{code}
>  
> 2. R CMD INSTALL arrow_3.0.0.tar.gz
>  
> 3. R CMD INSTALL arrow_3.0.0.tar.gz
>  
> 4. Get into R prompt and load arrow
> {code:java}
> // code placeholder
> > library('arrow')
> Attaching package: ‘arrow’The following object is masked from ‘package:utils’:    timestamp
> > 
> {code}
> 5. When I try to read a parquet from S3 bucket seeing below error, 
>  
> {code:java}
> > df <- read_parquet("s3://my_bucket/test-parquet/refinement.parquet")
> Error: NotImplemented: Got S3 URI but Arrow compiled without S3 support
> {code}
>  



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