Skip to content

Instantly share code, notes, and snippets.

@eidosam
Created January 3, 2018 10:27
Show Gist options
  • Save eidosam/ea20ed7da6c9745088088dd1c525e802 to your computer and use it in GitHub Desktop.
Save eidosam/ea20ed7da6c9745088088dd1c525e802 to your computer and use it in GitHub Desktop.
Install Apache ORC tools
apt-get -y install build-essential cmake
curl -sSLO http://www.mirrorservice.org/sites/ftp.apache.org/orc/orc-1.4.1/orc-1.4.1.tar.gz
tar -zxf orc-1.4.1.tar.gz
cd orc-1.4.1
mkdir build
cd build
cmake .. -DBUILD_JAVA=OFF
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment