Skip to content
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

Switch to Arrow and Ubuntu packages instead of compilation #46

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dforsber
Copy link
Collaborator

@dforsber dforsber commented Oct 19, 2020

Use distributed Arrow Libs

Ubuntu 20.10

docker run --rm -it -v ${PWD}:/root/arrow ubuntu:20.10
apt update -y
cd /root/arrow && ./make-linux

Amazon Linux 2

  • Example shell function to install deps on Amazon Linux 2 and the CFLAG that it needs to compile with
docker run -it -v "$PWD":/var/task lambci/lambda:build-nodejs12.x /bin/bash

@dforsber dforsber changed the title Switch to OS provided libs Switch to Arrow and Ubuntu packages instead of compilation Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant