[
https://issues.apache.org/jira/browse/ARROW-9995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312451#comment-17312451
]
Markus Skyttner commented on ARROW-9995:
----------------------------------------
Sorry for commenting on something that is closed. I understand the solution
when coming across
{{ Error in parquet___arrow___FileReader__ReadTable1(self) : }}
{{ IOError: NotImplemented: Support for codec 'snappy' not built}}
is to follow those instructions and attempt reinstalling with a minimal = FALSE
installation.
However after several attempts using `arrow::install_arrow()` I don't seem to
get snappy compression support on linux mint 19 with 5.4.0-70-generic
#78~18.04.1-Ubuntu SMP Sat Mar 20 14:10:07 UTC 2021 x86_64 x86_64 x86_64
GNU/Linux with R 3.6.3... I seem to have succeeded in installing a more
complete version, since I got S3 support.
Do I need to install some system libraries to get snappy compression support
before installing the R package?
> [R] Snappy Codec Support not built
> ----------------------------------
>
> Key: ARROW-9995
> URL: https://issues.apache.org/jira/browse/ARROW-9995
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Affects Versions: 1.0.0, 1.0.1
> Reporter: Joska Lako
> Assignee: Neal Richardson
> Priority: Major
> Labels: Snappy
> Attachments: ErrorScreenshot.PNG
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> I am reading my file on a Linux based server which has no Snappy compression.
> Even though I call the function to do uncompressed compression. I still get
> an error Snappy codec support not built. How do I overcome this error and
> read a parquet file without snappy codec on linux?
> read_parquet(file,as_data_frame=TRUE,compression='UNCOMPRESSED')
> Error in parquet___arrow___FileReader__ReadTable1(self) : IOError:
> NotImplemented: Snappy codec support not built
--
This message was sent by Atlassian Jira
(v8.3.4#803005)