[
https://issues.apache.org/jira/browse/STORM-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15333082#comment-15333082
]
ASF GitHub Bot commented on STORM-1907:
---------------------------------------
GitHub user hmcl opened a pull request:
https://github.com/apache/storm/pull/1491
STORM-1907: PartitionedTridentSpoutExecutor has incompatible types that
cause ClassCastException
- Generify on Object rather than Integer because example is broken
- Fix TridentWordCount example to print more meaningful output
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hmcl/storm-apache master_STORM-1907
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1491.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 #1491
----
commit aae0acbe8206f66129443d78831883226f8144c9
Author: Hugo Louro <[email protected]>
Date: 2016-06-16T00:49:30Z
STORM-1907: PartitionedTridentSpoutExecutor has incompatible types that
cause ClassCastException
- Generify on Object rather than Integer because example is broken
- Fix TridentWordCount example to print more meaningful output
----
> PartitionedTridentSpoutExecutor has incompatible types that cause
> ClassCastException
> ------------------------------------------------------------------------------------
>
> Key: STORM-1907
> URL: https://issues.apache.org/jira/browse/STORM-1907
> Project: Apache Storm
> Issue Type: Bug
> Components: trident
> Affects Versions: 1.1.0
> Reporter: Hugo Louro
> Assignee: Hugo Louro
> Priority: Blocker
>
> This bug added during the refactor that occurred in this [pull
> request|https://github.com/apache/storm/pull/683]
> This change causes a ClassCastException cannot cast ArrayList to Integer to
> occur when running org.apache.storm.starter.trident.TridentKafkaWordCount
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)