Skip to content

Instantly share code, notes, and snippets.

@hakanilter
Created October 12, 2016 12:00
Show Gist options
  • Save hakanilter/fd8b7ab16059ecc5b37bfedf001bfa83 to your computer and use it in GitHub Desktop.
Save hakanilter/fd8b7ab16059ecc5b37bfedf001bfa83 to your computer and use it in GitHub Desktop.
Spark build for CDH 5.7.1
mvn clean package -DskipTests \
-Phive \
-Phive-thriftserver \
-Pyarn \
-Psparkr \
-Phadoop-2.6 \
-Dhadoop.version=2.6.0-cdh5.7.1 \
-Dhive.hive.version=1.1.0-cdh5.7.1 \
-Dhive.hadoop.version=2.6.0-cdh5.7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment