Skip to content

Instantly share code, notes, and snippets.

@francescosimoneschi
Created August 28, 2013 17:06
Show Gist options
  • Save francescosimoneschi/6368504 to your computer and use it in GitHub Desktop.
Save francescosimoneschi/6368504 to your computer and use it in GitHub Desktop.
cd segment-api/hadoop/segment-api-jobs
# Fetching dependency
sudo mvn dependency:copy-dependencies
sudo mvn -f pom.test.xml dependency:copy-dependencies
# Running tests (ant + jUnit)
ant test
# Build for running in Hadoop 1.X
ant hadoop
# Copy output jar in "hduser" home
cp build/package/*.jar /home/hduser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment