Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/480#discussion_r11913925
  
    --- Diff: pom.xml ---
    @@ -793,6 +833,17 @@
       </build>
     
       <profiles>
    +    <!-- SPARK-1121: Adds an explicit dependency on Avro to work around a 
Hadoop 0.23.X issue -->
    +    <profile>
    +      <id>hadoop-0.23</id>
    --- End diff --
    
    I think in the past we had trouble defining this profile in the parent pom. 
The issue was that profiles were not correctly inherited by the sub projects, 
because profiles are not transative. I don't remember how exactly this 
manifested 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.
---

Reply via email to