Github user tmalaska commented on the pull request:
https://github.com/apache/spark/pull/507#issuecomment-41316256
@pwendell I thought that too then I noticed the following two parts of the
Flume 1.4.0 file
//----
<profile>
<id>hadoop-1.0</id>
<activation>
<property>
<name>!hadoop.profile</name>
</property>
</activation>
//------------
<profile>
<id>hadoop-2</id>
<activation>
<property>
<name>hadoop.profile</name>
<value>2</value>
</property>
</activation>
//------------
And from what I understand if the property hadoop.profile is equal to 2
then profile hadoop-2 is used otherwise hadoop-1.0 is used.
So I'm still of the belief that this is a sbt bug.
---
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.
---