You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Martin Schade (JIRA)" <ji...@apache.org> on 2015/12/21 22:39:46 UTC

[jira] [Reopened] (SPARK-12453) Spark Streaming Kinesis Example broken due to wrong AWS Java SDK version

     [ https://issues.apache.org/jira/browse/SPARK-12453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Schade reopened SPARK-12453:
-----------------------------------

This is a bug specifically in 1.5.2 and not fixed by updating the aws-java-sdk version on master.
Hence I created a pull request for the 1.5.2 branch, not for master.
The ticket SparkSPARK-12269 won't fix this on the 1.5 branch from what I can see.

Not sure if that is the right way to fix an issue on the branch, but seemed the most reasonable to me.

> Spark Streaming Kinesis Example broken due to wrong AWS Java SDK version
> ------------------------------------------------------------------------
>
>                 Key: SPARK-12453
>                 URL: https://issues.apache.org/jira/browse/SPARK-12453
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 1.5.2
>            Reporter: Martin Schade
>            Priority: Critical
>              Labels: easyfix
>
> The Spark Streaming Kinesis Example (kinesis-asl) is broken due to wrong AWS Java SDK version (1.9.16) referenced with the AWS KCL version (1.3.0).
> AWS KCL 1.3.0 references AWS Java SDK version 1.9.37.
> Using 1.9.16 in combination with 1.3.0 does fail to get data out of the stream.
> I tested Spark Streaming with 1.9.37 and it works fine. 
> Testing a simple KCL client outside of Spark with 1.3.0 and 1.9.16 also fails, so it is due to the specific versions used in 1.5.2 and not a Spark related implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org