Skip to content

Instantly share code, notes, and snippets.

@wagnerpinheiro
Forked from kmatt/DrillOnCentos
Last active August 29, 2015 14:11
Show Gist options
  • Save wagnerpinheiro/c9d87125867821d26755 to your computer and use it in GitHub Desktop.
Save wagnerpinheiro/c9d87125867821d26755 to your computer and use it in GitHub Desktop.
#Based on https://cwiki.apache.org/confluence/display/DRILL/Compiling+Drill+from+source
wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
yum install apache-maven
ln -s /usr/share/apache-maven/bin/mvn /usr/bin/
yum install java-1.7.0-openjdk.x86_64
yum install java-1.7.0-openjdk-devel
yum install protobuf protobuf-compiler
git clone https://github.com/apache/incubator-drill.git
cd incubator-drill
mvn clean install -DskipTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment