-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R arrow example - enable S3 support #84
Comments
Maybe arrow does not find the system requirements? FWIW when I am running the install manually I see
|
Thanks! That worked
|
Cool, do you want to add a note to the example that points to your comment with the solution? |
Hi, after some time I have to come back to this topic. |
The example now uses libarrow from Alpine which was not built with S3 support it seems:
We can have another example that builds arrow from source (I assume that's still possible), and turns on S3 support. Do you want to submit a PR? (No pressure!) |
Hi Gabor, sorry, I don't have a solution yet. When I do, I will definitely submit a PR... |
So S3 support is off in libarrow on Alpine. I tried to rebuild the Alpine package with S3, but the build fails. If I install the aws sdk packages and try to build the R package from source, without Alpine arrow, that fails as well, for all the R package versions I tried (~5). So this does not seem easy. This was all on aarch64, it is entirely possible that x86_64 is better. |
Hi,
thanks for the example installing arrow in alpine.
To check the capabilities of the installed package, you can use arrow_info() and see, that s3-support ist OFF.
Installing on Linux describes, that s3-support would be turned on during build, if system dependencies
CURL: install libcurl-devel (rpm) or libcurl4-openssl-dev (deb)
OpenSSL >= 1.0.2: install openssl-devel (rpm) or libssl-dev (deb)
are found.
The extention of the example
was not successful in my case.
The text was updated successfully, but these errors were encountered: