You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2016/04/01 01:24:25 UTC

[jira] [Assigned] (FLINK-3523) Storm SpoutSplitExample fails with a ClassCastException

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

Matthias J. Sax reassigned FLINK-3523:
--------------------------------------

    Assignee: Matthias J. Sax

> Storm SpoutSplitExample fails with a ClassCastException
> -------------------------------------------------------
>
>                 Key: FLINK-3523
>                 URL: https://issues.apache.org/jira/browse/FLINK-3523
>             Project: Flink
>          Issue Type: Bug
>          Components: Storm Compatibility
>            Reporter: Stephan Ewen
>            Assignee: Matthias J. Sax
>
> {code}
> Caused by: java.lang.ClassCastException: org.apache.flink.storm.util.SplitStreamType cannot be cast to java.lang.Integer
> 	at org.apache.flink.storm.wrappers.StormTuple.getInteger(StormTuple.java:152)
> 	at org.apache.flink.storm.split.operators.VerifyAndEnrichBolt.execute(VerifyAndEnrichBolt.java:52)
> 	at org.apache.flink.storm.wrappers.BoltWrapper.processElement(BoltWrapper.java:313)
> 	at org.apache.flink.streaming.runtime.io.StreamInputProcessor.processInput(StreamInputProcessor.java:168)
> 	at org.apache.flink.streaming.runtime.tasks.OneInputStreamTask.run(OneInputStreamTask.java:65)
> 	at org.apache.flink.streaming.runtime.tasks.StreamTask.invoke(StreamTask.java:224)
> 	at org.apache.flink.runtime.taskmanager.Task.run(Task.java:559)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



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