Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/5786#issuecomment-98218667
Since you're making all the extra changes, let me suggest another one. In
`yarn/pom.xml`, there's a `hadoop-2.2` profile that should be enabled when the
Hadoop version is `2.2.0`, which is now the default. I'd add this code there,
in the profile:
<activation>
<property>
<name>hadoop.version</name>
<value>2.2.0<value>
</property>
</activation>
Those building against 2.2.x or some distro-specific variation of that
string would still have to manually enable `-Phadoop-2.2`, though.
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]