Skip to content

Commit 3e13b8c

Browse files
committed
Adding hadoop-2.2 profile to the build
1 parent beb9cba commit 3e13b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/create-release/create-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ if [[ ! "$@" =~ --package-only ]]; then
5252
-Darguments="-DskipTests=true -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -Dgpg.passphrase=${GPG_PASSPHRASE}" \
5353
-Dusername=$GIT_USERNAME -Dpassword=$GIT_PASSWORD \
5454
-Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
55-
-Pyarn -Phive -Pspark-ganglia-lgpl\
55+
-Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl\
5656
-Dtag=$GIT_TAG -DautoVersionSubmodules=true \
5757
--batch-mode release:prepare
5858

5959
mvn -DskipTests \
6060
-Darguments="-DskipTests=true -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -Dgpg.passphrase=${GPG_PASSPHRASE}" \
6161
-Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
62-
-Pyarn -Phive -Pspark-ganglia-lgpl\
62+
-Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl\
6363
release:perform
6464

6565
cd ..

0 commit comments

Comments
 (0)