aboutsummaryrefslogtreecommitdiff
path: root/dev/create-release
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-05-12 15:40:48 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-12 17:48:11 -0700
commit3e13b8c0bd46894392bd0fbd3e86dd55b8103858 (patch)
tree18f51ea7b0f8608d29a3f9dbface1cf39aa58551 /dev/create-release
parentbeb9cbaca6dbbcaba77a34df692dc2e56b3e0638 (diff)
downloadspark-3e13b8c0bd46894392bd0fbd3e86dd55b8103858.tar.gz
spark-3e13b8c0bd46894392bd0fbd3e86dd55b8103858.tar.bz2
spark-3e13b8c0bd46894392bd0fbd3e86dd55b8103858.zip
Adding hadoop-2.2 profile to the build
Diffstat (limited to 'dev/create-release')
-rwxr-xr-xdev/create-release/create-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/create-release/create-release.sh b/dev/create-release/create-release.sh
index b7a0a01c3b..c4e7499086 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -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 ..