Skip to content
Snippets Groups Projects
Commit 1e4a65e6 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

BUILD: Include Hive with default packages when creating a release

parent 0e2bde20
No related branches found
No related tags found
No related merge requests found
...@@ -109,9 +109,9 @@ make_binary_release() { ...@@ -109,9 +109,9 @@ make_binary_release() {
spark-$RELEASE_VERSION-bin-$NAME.tgz.sha spark-$RELEASE_VERSION-bin-$NAME.tgz.sha
} }
make_binary_release "hadoop1" "--hadoop 1.0.4" make_binary_release "hadoop1" "--with-hive --hadoop 1.0.4"
make_binary_release "cdh4" "--hadoop 2.0.0-mr1-cdh4.2.0" make_binary_release "cdh4" "--with-hive --hadoop 2.0.0-mr1-cdh4.2.0"
make_binary_release "hadoop2" "--with-yarn --hadoop 2.2.0" make_binary_release "hadoop2" "--with-hive --with-yarn --hadoop 2.2.0"
# Copy data # Copy data
echo "Copying release tarballs" echo "Copying release tarballs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment