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

Karthikeyan Janakiraman commented on ARROW-12026:
-------------------------------------------------

How to avoid arrow reaching out to internet please ? I have downloaded the 3rd 
party dependencies locally and set the env's that were mentioned above on my 
comments. But at the very beginning of the installation it tries to reach out 
to internet and hangs there for a while. Is there another env variable that I 
can set to avoid this behaviour ? 


{code:java}
[root@7a5d8565791f app]# R CMD INSTALL arrow_3.0.0.tar.gz 
* installing to library ‘/usr/lib64/R/library’
* installing *source* package ‘arrow’ ...
** package ‘arrow’ successfully unpacked and MD5 sums checked
** using staged installation
trying URL 
'https://dl.bintray.com/ursalabs/arrow-r/libarrow/src/arrow-3.0.0.zip'
Error in download.file(from_url, to_file, quiet = quietly) : 
  cannot open URL 
'https://dl.bintray.com/ursalabs/arrow-r/libarrow/src/arrow-3.0.0.zip'
trying URL 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
Error in download.file(from_url, to_file, quiet = quietly) : 
  cannot open URL 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
trying URL 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
Error in download.file(from_url, to_file, quiet = quietly) : 
  cannot open URL 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
trying URL 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
Error in download.file(from_url, to_file, quiet = quietly) : 
  cannot open URL 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
trying URL 
'https://downloads.apache.org/arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
Error in download.file(from_url, to_file, quiet = quietly) : 
  cannot open URL 
'https://downloads.apache.org/arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz'
*** Proceeding without C++ dependencies

{code}
 

 

> [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. Install arrow 
> {code:java}
> R CMD INSTALL arrow_3.0.0.tar.gz
> {code}
>   
> 3. Get into R prompt and load arrow
> {code:java}
> > library('arrow')
> Attaching package: ‘arrow’The following object is masked from 
> ‘package:utils’:    timestamp
> > 
> {code}
> 4. 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)

Reply via email to