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 2014/01/08 20:48:46 UTC

[1/2] git commit: Add CDH Repository to Maven Build

Updated Branches:
  refs/heads/master 5cae05f59 -> bdeaeafbd


Add CDH Repository to Maven Build


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

Branch: refs/heads/master
Commit: 3209a86f3955e5f94834c44dfea8c7df947b029f
Parents: bb6a39a
Author: Patrick Wendell <pw...@gmail.com>
Authored: Wed Jan 8 01:18:19 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Jan 8 01:21:17 2014 -0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/3209a86f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c8e3737..b338a95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,11 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>cloudera-repo</id>
+      <name>Cloudera Repository</name>
+      <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
+    </repository>
   </repositories>
 
   <dependencyManagement>


[2/2] git commit: Merge pull request #358 from pwendell/add-cdh

Posted by pw...@apache.org.
Merge pull request #358 from pwendell/add-cdh

Add CDH Repository to Maven Build

At some point this was removed from the Maven build... so I'm adding it back. It's needed for the Hadoop2 tests we run on Jenkins and it's also included in the SBT build.


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

Branch: refs/heads/master
Commit: bdeaeafbda2a4af2a0f206164a8bcfa7936ee65e
Parents: 5cae05f 3209a86
Author: Patrick Wendell <pw...@gmail.com>
Authored: Wed Jan 8 11:48:39 2014 -0800
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Wed Jan 8 11:48:39 2014 -0800

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------