We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4d985 commit d906803Copy full SHA for d906803
dev/create-release/create-release.sh
@@ -79,7 +79,7 @@ if [[ ! "$@" =~ --package-only ]]; then
79
./dev/change-version-to-2.11.sh
80
81
mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
82
- -Pscala-2.11 -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
+ -Dscala-2.11 -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
83
clean install
84
85
pushd $SPARK_REPO
0 commit comments