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

Jonathan Keane commented on ARROW-12026:
----------------------------------------

Thanks for the output again. A few things:

In the build log it looks like there's a failure when downloading cmake (which 
is strange, I just checked the URL and that downloads fine for me). 

{code}
**** cmake
trying URL 
'https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-Linux-x86_64.tar.gz'
Error in download.file(from_url, to_file, quiet = quietly) : 
  cannot open URL 
'https://github.com/Kitware/CMake/releases/download/v3.19.2/cmake-3.19.2-Linux-x86_64.tar.gz'
/usr/bin/gtar: /tmp/RtmpJeSgXG/file2ae5174da5a: Cannot open: No such file or 
directory
/usr/bin/gtar: Error is not recoverable: exiting now
sh: /tmp/RtmpJeSgXG/file2ae17ed47c0/cmake-3.19.2-Linux-x86_64/bin/cmake: No 
such file or directory
Error in system(paste("export", env_vars, "&& $CMAKE --system-information"),  : 
  error in running command
Calls: build_libarrow ... cmake_gcc_version -> cmake_cxx_compiler_vars -> system
{code}

But one way to avoid needing to download cmake in the build process is to 
install it directly (I think {{yum install cmake3}} should do it). And then try 
reinstalling and see if the process gets further. Can you try this and see how 
it goes?

One more note: the system installed with the following aren't going to help us 
here — the official arrow releases for centos7 don't have S3 support enabled 
because in order to enable S3 support the devtoolset-8 must be installed. 

{code}
yum install -y  arrow-devel
yum install -y arrow-glib-devel
yum install -y arrow-dataset-devel
{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