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_r317825107
##########
File path: hadoop-cloud/pom.xml
##########
@@ -100,6 +100,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
+ <exclusion>
Review comment:
Preemptively CCing @steveloughran for a look at this. The TL;DR is that
`hadoop-cloud` is brining in an old `aws-java-sdk` dependency to the assembly
and it interferes with the Kinesis dependencies, which are newer. Excluding
these is a bit extreme, but, the `aws-java-sdk` dependency brings in like 20
other AWS JARs. I'm not clear whether that's the intent anyway.
----------------------------------------------------------------
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]