Addhyan created ARROW-6596:
------------------------------
Summary: 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
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)