BUILD: Include Hive with default packages when creating a release

This commit is contained in:
Patrick Wendell 2014-05-12 13:20:23 -07:00
parent 0e2bde2030
commit 1e4a65e694

View file

@ -109,9 +109,9 @@ make_binary_release() {
spark-$RELEASE_VERSION-bin-$NAME.tgz.sha
}
make_binary_release "hadoop1" "--hadoop 1.0.4"
make_binary_release "cdh4" "--hadoop 2.0.0-mr1-cdh4.2.0"
make_binary_release "hadoop2" "--with-yarn --hadoop 2.2.0"
make_binary_release "hadoop1" "--with-hive --hadoop 1.0.4"
make_binary_release "cdh4" "--with-hive --hadoop 2.0.0-mr1-cdh4.2.0"
make_binary_release "hadoop2" "--with-hive --with-yarn --hadoop 2.2.0"
# Copy data
echo "Copying release tarballs"