[
https://issues.apache.org/jira/browse/FLINK-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14695292#comment-14695292
]
ASF GitHub Bot commented on FLINK-2306:
---------------------------------------
Github user mjsax commented on the pull request:
https://github.com/apache/flink/pull/1011#issuecomment-130694237
Yes. It a weird compile error and it builds locally... The error is:
`[ERROR]
/home/travis/build/mjsax/flink/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/src/main/java/org/apache/flink/stormcompatibility/wrappers/StormFiniteSpoutWrapper.java:[27,64]
package org.apache.flink.hadoop.shaded.com.google.common.collect does not
exist`
I have no clue what's wrong... :/ Any suggestions?
> Add support for named streams in Storm compatibility layer
> ----------------------------------------------------------
>
> Key: FLINK-2306
> URL: https://issues.apache.org/jira/browse/FLINK-2306
> Project: Flink
> Issue Type: Improvement
> Components: flink-contrib
> Reporter: Matthias J. Sax
> Assignee: Matthias J. Sax
>
> Currently, the layer only works on single stream and ignores stream names,
> ie, each stream is treated as "default" stream. The declaration of multiple
> output streams is ignored (all tuples are emitted to the same stream). If
> multiple input streams are consumed all tuples are merged into a single
> stream.
> This feature allows operators to declare multiple (named) output streams and
> emit tuples to different stream. Furthermore, it enables Bolts to distinguish
> incoming tuples from different streams by stream name (Storm tuple meta
> information).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)