On Sat, Aug 31, 2019 at 4:48 AM Chris Teoh <[email protected]> wrote: > > That being said, is there an easier way by using a Docker container I could > use to build this in?
An easy way to install arrow on MacOS is using homebrew. To get a precompiled version of the latest release: brew install apache-arrow Or to build the master branch from source: brew install apache-arrow --HEAD If you want to customize the configuration use "brew edit apache-arrow" before building from source.
