GitHub user BrianLondon opened a pull request:
https://github.com/apache/spark/pull/10256
[SPARK-12269][Streaming][Kinesis] Update aws-java-sdk version
The current Spark Streaming kinesis connector references a quite old
version 1.9.40 of the AWS Java SDK (1.10.40 is current). Numerous AWS features
including Kinesis Firehose are unavailable in 1.9. Those two versions of the
AWS SDK in turn require conflicting versions of Jackson (2.4.4 and 2.5.3
respectively) such that one cannot include the current AWS SDK in a project
that also uses the Spark Streaming Kinesis ASL.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BrianLondon/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10256.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10256
----
commit 47d0a59d059e37555f9558246cf2a615a4fddb08
Author: BrianLondon <[email protected]>
Date: 2015-12-10T20:49:07Z
Updating aws sdk and jackson versions
----
---
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]