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

    https://github.com/apache/spark/pull/8512#discussion_r43717704
  
    --- Diff: core/pom.xml ---
    @@ -40,6 +40,11 @@
           <classifier>${avro.mapred.classifier}</classifier>
         </dependency>
         <dependency>
    +      <groupId>com.amazonaws</groupId>
    +      <artifactId>aws-java-sdk</artifactId>
    +      <version>${aws.java.sdk.version}</version>
    +    </dependency>
    +    <dependency>
    --- End diff --
    
    I took a quick look and unfortunately this has more than 50 transitive 
dependencies (jackson, joda time, apache http client) that are likely to cause 
conflicts. I don't think we can merge this until we look into this more deeply. 
Can we use a more narrow version, for instance only the s3 sdk? Even then we'll 
still have many potential conflicts but it would at least reduce the amount of 
auditing we need to do.


---
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]

Reply via email to