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

    https://github.com/apache/spark/pull/16744#discussion_r99217534
  
    --- Diff: pom.xml ---
    @@ -146,6 +146,8 @@
         <avro.mapred.classifier>hadoop2</avro.mapred.classifier>
         <jets3t.version>0.7.1</jets3t.version>
         <aws.kinesis.client.version>1.6.2</aws.kinesis.client.version>
    +    <!-- Should be consistent with Kinesis client dependency -->
    +    <aws.java.sdk.version>1.10.61</aws.java.sdk.version>
    --- End diff --
    
    I believe there was previously a direct dependency on the AWS SDK but it is 
currently getting pulled in as a transitive dependency of the Kinesis Client 
Library. The KCL dependencies don't include the aws-java-sdk-sts Maven artifact 
so we must add it as an explicit dependency in the pom.xml for kinesis-asl.
    
    The AWS SDK is licensed under [Apache 
2.0](https://github.com/aws/aws-sdk-java/blob/master/LICENSE.txt)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to