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

[jira] [Resolved] (ARROW-11766) [R] Better handling for missing compression codecs on Linux

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

Neal Richardson resolved ARROW-11766.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request 9893
[https://github.com/apache/arrow/pull/9893]

> [R] Better handling for missing compression codecs on Linux
> -----------------------------------------------------------
>
>                 Key: ARROW-11766
>                 URL: https://issues.apache.org/jira/browse/ARROW-11766
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Jonathan Keane
>            Assignee: Mauricio 'PachĂĄ' Vargas SepĂșlveda
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 11h 10m
>  Remaining Estimate: 0h
>
> Could this be the source of [errors like|https://github.com/arrow-interviewing/interview-question-1-Mauricio-Vargas-Sepulveda/pull/1/files#diff-c95526be36be633299f767ecc0377b7617d787f628a9e3a9163455e8520b7b9cR8] {{Error: NotImplemented: Support for codec 'lz4' not built}} after installing from CRAN?
> A few more details:
> The default behavior (when neither {{LIBARROW_BINARY=true}} nor {{NOT_CRAN=true}}) is to build the arrow c++ libraries from source. And the default for building from source does not include all of the optional features and compression libraries (unless one sets {{LIBARROW_MINIMAL=false}}). 
> Could we improve the error messaging that suggest either setting the right environment variable to install binaries (and then reinstall) or setting {{LIBARROW_MINIMAL=false}} (and then reinstall), possibly with a link to https://arrow.apache.org/docs/r/articles/install.html to help people see other possible ways to resolve the installation issue.



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