You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2019/09/18 15:56:00 UTC

[jira] [Updated] (ARROW-6596) [R] Getting "Cannot call io___MemoryMappedFile__Open()" error while reading a parquet file

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

Neal Richardson updated ARROW-6596:
-----------------------------------
    Summary: [R] Getting "Cannot call io___MemoryMappedFile__Open()" error while reading a parquet file  (was: Getting "Cannot call io___MemoryMappedFile__Open()" error while reading a parquet file)

> [R] Getting "Cannot call io___MemoryMappedFile__Open()" error while reading a parquet file
> ------------------------------------------------------------------------------------------
>
>                 Key: ARROW-6596
>                 URL: https://issues.apache.org/jira/browse/ARROW-6596
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 0.14.1
>         Environment: ubuntu 18.04
>            Reporter: Addhyan
>            Priority: Major
>              Labels: Docker, R, arrow, parquet
>             Fix For: 0.14.1
>
>
> I am using r/Dockerfile to get all the R dependency and following back to get everything to get the arrow/r work in linux (either ubuntu/debian) but it is continuously giving me this error:
> Error in io___MemoryMappedFile__Open(fs::path_abs(path), mode) : 
>   Cannot call io___MemoryMappedFile__Open()
> I have installed all the required cpp libraries as mentioned here: [https://arrow.apache.org/install/] under "Ubuntu 18.04 LTS or later".  I have also tried to use [cpp/Dockerfile|https://github.com/apache/arrow/blob/master/cpp/Dockerfile] and then followed backwards without any luck. The error is consistent and doesn't go away. 
> I am trying to build a docker image with dockerfile containing everything that arrow needs, all the cpp libraries etc. 



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