- Paraquet file access using Arrow on ubuntu 16.04 throws an error:
library(arrow)
test_read <-read_parquet("~/mnt/batch/tasks/shared/LS_root/mounts/clusters/citest/code/userdata1.parquet")
test_read <-read_parquet("~/mnt/batch/tasks/shared/LS_root/mounts/clusters/citest/code/userdata1.parquet")
Error in io___MemoryMappedFile__Open(path, mode) :
Cannot call io___MemoryMappedFile__Open(). Please use arrow::install_arrow() to install required runtime libraries.
1 Like
vvogir
2
+1 for this issue.
The error is reproducible with latest version and 0.17 as per the suggestion at https://arrow.apache.org/docs/r/articles/install.html
The issue still occurs after running arrow::install_arrow()
Observed this bug in the latest R version as well.
system
Closed
4
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.