Repository: spark
Updated Branches:
  refs/heads/master 142093179 -> c094c7327


[SPARK-5339][BUILD] build/mvn doesn't work because of invalid URL for maven's 
tgz.

build/mvn will automatically download tarball of maven. But currently, the URL 
is invalid.

Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>

Closes #4124 from sarutak/SPARK-5339 and squashes the following commits:

6e96121 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark 
into SPARK-5339
0e012d1 [Kousuke Saruta] Updated Maven version to 3.2.5
ca26499 [Kousuke Saruta] Fixed URL of the tarball of Maven


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

Branch: refs/heads/master
Commit: c094c73270837602b875b18998133a2364a89e45
Parents: 1420931
Author: Kousuke Saruta <saru...@oss.nttdata.co.jp>
Authored: Mon Jan 26 13:07:49 2015 -0800
Committer: Patrick Wendell <patr...@databricks.com>
Committed: Mon Jan 26 13:07:49 2015 -0800

----------------------------------------------------------------------
 build/mvn | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c094c732/build/mvn
----------------------------------------------------------------------
diff --git a/build/mvn b/build/mvn
index 43471f8..f91e2b4 100755
--- a/build/mvn
+++ b/build/mvn
@@ -68,10 +68,10 @@ install_app() {
 # Install maven under the build/ folder
 install_mvn() {
   install_app \
-    "http://apache.claz.org/maven/maven-3/3.2.3/binaries"; \
-    "apache-maven-3.2.3-bin.tar.gz" \
-    "apache-maven-3.2.3/bin/mvn"
-  MVN_BIN="${_DIR}/apache-maven-3.2.3/bin/mvn"
+    "http://archive.apache.org/dist/maven/maven-3/3.2.5/binaries"; \
+    "apache-maven-3.2.5-bin.tar.gz" \
+    "apache-maven-3.2.5/bin/mvn"
+  MVN_BIN="${_DIR}/apache-maven-3.2.5/bin/mvn"
 }
 
 # Install zinc under the build/ folder


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to