You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/06/03 22:26:33 UTC

git commit: Add support for Pivotal HD in the Maven build: SPARK-1992

Repository: spark
Updated Branches:
  refs/heads/master 45e9bc85d -> b1f285359


Add support for Pivotal HD in the Maven build: SPARK-1992

Allow Spark to build against particular Pivotal HD distributions. For example to build Spark against Pivotal HD 2.0.1 one can run:
```
mvn -Pyarn -Phadoop-2.2 -Dhadoop.version=2.2.0-gphd-3.0.1.0 -DskipTests clean package
```

Author: tzolov <ch...@gmail.com>

Closes #942 from tzolov/master and squashes the following commits:

bc3e05a [tzolov] Add support for Pivotal HD in the Maven build and SBT build: [SPARK-1992]


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

Branch: refs/heads/master
Commit: b1f285359a12345d94ae59f979d9a75482e732ce
Parents: 45e9bc8
Author: tzolov <ch...@gmail.com>
Authored: Tue Jun 3 13:26:29 2014 -0700
Committer: Matei Zaharia <ma...@databricks.com>
Committed: Tue Jun 3 13:26:29 2014 -0700

----------------------------------------------------------------------
 pom.xml                  | 11 +++++++++++
 project/SparkBuild.scala |  1 +
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b1f28535/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fe43a95..0a5ca9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,6 +206,17 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>spring-releases</id>
+      <name>Spring Release Repository</name>
+      <url>http://repo.spring.io/libs-release</url> 
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository> 
   </repositories>
 
   <dependencyManagement>

http://git-wip-us.apache.org/repos/asf/spark/blob/b1f28535/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 64c9441..c2a20d8 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -212,6 +212,7 @@ object SparkBuild extends Build {
       "JBoss Repository"     at "https://repository.jboss.org/nexus/content/repositories/releases/",
       "MQTT Repository"      at "https://repo.eclipse.org/content/repositories/paho-releases/",
       "Cloudera Repository"  at "http://repository.cloudera.com/artifactory/cloudera-repos/",
+      "Pivotal Repository"   at "http://repo.spring.io/libs-release/",
       // For Sonatype publishing
       // "sonatype-snapshots"   at "https://oss.sonatype.org/content/repositories/snapshots",
       // "sonatype-staging"     at "https://oss.sonatype.org/service/local/staging/deploy/maven2/",