Skip to content

Instantly share code, notes, and snippets.

@prongs
Created June 21, 2016 13:10
Show Gist options
  • Save prongs/31edcd3cb471a4dc73284b916c6ca9d1 to your computer and use it in GitHub Desktop.
Save prongs/31edcd3cb471a4dc73284b916c6ca9d1 to your computer and use it in GitHub Desktop.
git clone https://github.com/inmobi/hive
cd hive
git fetch origin
git checkout hive-release-2.1.1-inm
mvn clean install -DskipTests -Pdist,deb
cd packaging/target/*bin/*bin
HIVE_HOME=`pwd`
cd -
echo export HIVE_HOME=$HIVE_HOME > ~/.bashrc # or whatever file
cd ..
git clone https://github.com/apache/lens
cd lens
mvn clean install -DskipTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment