You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/06/28 10:06:54 UTC

spark git commit: [SPARK-8649] [BUILD] Mapr repository is not defined properly

Repository: spark
Updated Branches:
  refs/heads/master f51004519 -> 52d128180


[SPARK-8649] [BUILD] Mapr repository is not defined properly

The previous commiter on this part was pwendell

The previous url gives 404, the new one seems to be OK.

This patch is added under the Apache License 2.0.

The JIRA link: https://issues.apache.org/jira/browse/SPARK-8649

Author: Thomas Szymanski <de...@tszymanski.com>

Closes #7054 from tszym/SPARK-8649 and squashes the following commits:

bfda9c4 [Thomas Szymanski] [SPARK-8649] [BUILD] Mapr repository is not defined properly


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

Branch: refs/heads/master
Commit: 52d128180166280af443fae84ac61386f3d6c500
Parents: f510045
Author: Thomas Szymanski <de...@tszymanski.com>
Authored: Sun Jun 28 01:06:49 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Sun Jun 28 01:06:49 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/52d12818/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1aa7024..00f5016 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
     <repository>
       <id>mapr-repo</id>
       <name>MapR Repository</name>
-      <url>http://repository.mapr.com/maven</url>
+      <url>http://repository.mapr.com/maven/</url>
       <releases>
         <enabled>true</enabled>
       </releases>


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