Skip to content

Commit

Permalink
Adding hadoop-2.2 profile to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed May 13, 2014
1 parent beb9cba commit 3e13b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/create-release/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
-Dusername=$GIT_USERNAME -Dpassword=$GIT_PASSWORD \
-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 \
--batch-mode release:prepare

mvn -DskipTests \
-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 \
-Pyarn -Phive -Pspark-ganglia-lgpl\
-Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl\
release:perform

cd ..
Expand Down

0 comments on commit 3e13b8c

Please sign in to comment.