Github user pwendell commented on the pull request:
https://github.com/apache/spark/pull/49#issuecomment-36471394
Hey guys, I tried building for YARN with 2.2.0 and 0.23.9 and seems like
it's working. I'd like to get this in as a build fix, but please re-open
SPARK-1121 if you have any issues and we can patch it up.
```
# Yarn alpha build
mvn -Dhadoop.version=0.23.9 -Dyarn.version=0.23.9 -DskipTests clean package
-Pyarn-alpha
# Yarn build
mvn -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 -DskipTests clean package
-Pyarn
```
---
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.
---