spark-instrumented-optimizer/project
tzolov b1f285359a 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 <christian.tzolov@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]
2014-06-03 13:26:29 -07:00
..
project [SPARK-1971] Update MIMA to compare against Spark 1.0.0 2014-05-30 01:13:51 -07:00
spark-style/src/main/scala/org/apache/spark/scalastyle SPARK-1352 - Comment style single space before ending */ check. 2014-03-30 10:06:56 -07:00
build.properties [SPARK-959] Updated SBT from 0.13.1 to 0.13.2 2014-04-16 08:52:14 -07:00
MimaBuild.scala Better explanation for how to use MIMA excludes. 2014-06-01 17:27:05 -07:00
MimaExcludes.scala Better explanation for how to use MIMA excludes. 2014-06-01 17:27:05 -07:00
plugins.sbt [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and Javadocs 2014-04-21 21:57:40 -07:00
SparkBuild.scala Add support for Pivotal HD in the Maven build: SPARK-1992 2014-06-03 13:26:29 -07:00