Created
August 4, 2017 19:03
-
-
Save erikerlandson/98d151e021c8957f8a7d4d41b94feb62 to your computer and use it in GitHub Desktop.
build incantation for spark on kube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build/mvn install -Pkubernetes -pl resource-managers/kubernetes/core -am -DskipTests | |
build/mvn compile -T 4C -Pkubernetes -pl resource-managers/kubernetes/core -am -DskipTests | |
source ~/.bash_profile | |
dev/make-distribution.sh --pip --tgz -Phadoop-2.7 -Pyarn -Pkubernetes -Dhadoop.version=2.7.3 | |
mv spark-2.2.0-k8s-0.3.0-SNAPSHOT-bin-2.7.3.tgz ~/Bloomberg/ | |
cd .. | |
tar -xvf spark-2.2.0-k8s-0.3.0-SNAPSHOT-bin-2.7.3.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment