Repository: spark
Updated Branches:
  refs/heads/branch-1.1 233c283e3 -> ad0fab23d


HOTFIX: Don't build with YARN support for Mapr3


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ad0fab23
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ad0fab23
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ad0fab23

Branch: refs/heads/branch-1.1
Commit: ad0fab23d810f0f62e71813edfc3101fcec5e40b
Parents: 233c283
Author: Patrick Wendell <[email protected]>
Authored: Wed Aug 27 15:40:40 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Wed Aug 27 23:08:44 2014 -0700

----------------------------------------------------------------------
 dev/create-release/create-release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ad0fab23/dev/create-release/create-release.sh
----------------------------------------------------------------------
diff --git a/dev/create-release/create-release.sh 
b/dev/create-release/create-release.sh
index eab6313..7549fbb 100755
--- a/dev/create-release/create-release.sh
+++ b/dev/create-release/create-release.sh
@@ -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.4" "-Phadoop-2.4 -Phive -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" &
 wait
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to