srowen commented on a change in pull request #25559: [WIP][DO-NOT-MERGE] Test
updating Kinesis deps and current state of Kinesis Python tests
URL: https://github.com/apache/spark/pull/25559#discussion_r317828985
##########
File path: hadoop-cloud/pom.xml
##########
@@ -100,6 +100,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
+ <exclusion>
Review comment:
Yeah, this is the thing. Right now we only pull in the core `aws-java-sdk`
JAR. If I include `aws-java-sdk` as an explicit dependency, it pulls in tons of
other dependencies that seem irrelevant to Spark. Hm, maybe I need to use
`<dependencyManagement>` to more narrowly manage up the version of
`aws-java-sdk` without affecting the transitive dependency resolution? Well, if
this change works, at least we are on to the cause, and then I'll try that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]