GitHub user tzolov opened a pull request:
https://github.com/apache/spark/pull/942
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
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tzolov/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/942.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #942
----
commit 853c133efa9d5b5dcb475dcb6f5eee568441e9d4
Author: tzolov <[email protected]>
Date: 2014-06-02T18:07:27Z
Add support for Pivotal HD in the Maven build: SPARK-1992
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---