Skip to content
Snippets Groups Projects
Commit 3e13b8c0 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Adding hadoop-2.2 profile to the build

parent beb9cbac
No related branches found
No related tags found
No related merge requests found
...@@ -52,14 +52,14 @@ if [[ ! "$@" =~ --package-only ]]; then ...@@ -52,14 +52,14 @@ if [[ ! "$@" =~ --package-only ]]; then
-Darguments="-DskipTests=true -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -Dgpg.passphrase=${GPG_PASSPHRASE}" \ -Darguments="-DskipTests=true -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -Dgpg.passphrase=${GPG_PASSPHRASE}" \
-Dusername=$GIT_USERNAME -Dpassword=$GIT_PASSWORD \ -Dusername=$GIT_USERNAME -Dpassword=$GIT_PASSWORD \
-Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \ -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
-Pyarn -Phive -Pspark-ganglia-lgpl\ -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl\
-Dtag=$GIT_TAG -DautoVersionSubmodules=true \ -Dtag=$GIT_TAG -DautoVersionSubmodules=true \
--batch-mode release:prepare --batch-mode release:prepare
mvn -DskipTests \ mvn -DskipTests \
-Darguments="-DskipTests=true -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -Dgpg.passphrase=${GPG_PASSPHRASE}" \ -Darguments="-DskipTests=true -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -Dgpg.passphrase=${GPG_PASSPHRASE}" \
-Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \ -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
-Pyarn -Phive -Pspark-ganglia-lgpl\ -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl\
release:perform release:perform
cd .. cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment