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

HOTFIX: Don't build with YARN support for Mapr3

parent 7d2a7a91
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ make_binary_release "hadoop1" "-Phive -Dhadoop.version=1.0.4" & ...@@ -121,7 +121,7 @@ make_binary_release "hadoop1" "-Phive -Dhadoop.version=1.0.4" &
make_binary_release "hadoop2.3" "-Phadoop-2.3 -Phive -Pyarn" & make_binary_release "hadoop2.3" "-Phadoop-2.3 -Phive -Pyarn" &
make_binary_release "hadoop2.4" "-Phadoop-2.4 -Phive -Pyarn" & make_binary_release "hadoop2.4" "-Phadoop-2.4 -Phive -Pyarn" &
make_binary_release "hadoop2.4-without-hive" "-Phadoop-2.4 -Pyarn" & make_binary_release "hadoop2.4-without-hive" "-Phadoop-2.4 -Pyarn" &
make_binary_release "mapr3" "-Pmapr3 -Pyarn -Phive" & make_binary_release "mapr3" "-Pmapr3 -Phive" &
make_binary_release "mapr4" "-Pmapr4 -Pyarn -Phive" & make_binary_release "mapr4" "-Pmapr4 -Pyarn -Phive" &
wait wait
......
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