You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/05 00:17:39 UTC

[jira] [Commented] (FLINK-2721) Add Tuple meta information

    [ https://issues.apache.org/jira/browse/FLINK-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133293#comment-15133293 ] 

ASF GitHub Bot commented on FLINK-2721:
---------------------------------------

GitHub user mjsax opened a pull request:

    https://github.com/apache/flink/pull/1591

    [FLINK-2721] [Storm Compatibility] Add Tuple meta information

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjsax/flink flink-2721-tupleMetaInfo

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1591.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 #1591
    
----
commit 034b1ae44f1ea9eb95c33d0e6cca31e1c888aa0b
Author: mjsax <mj...@informatik.hu-berlin.de>
Date:   2016-02-04T23:02:41Z

    [FLINK-2721] [Storm Compatibility] Add Tuple meta information

----


> Add Tuple meta information
> --------------------------
>
>                 Key: FLINK-2721
>                 URL: https://issues.apache.org/jira/browse/FLINK-2721
>             Project: Flink
>          Issue Type: New Feature
>          Components: Storm Compatibility
>            Reporter: Matthias J. Sax
>            Assignee: Matthias J. Sax
>            Priority: Minor
>
> In {{Bolt.execute(Tuple input)}} the given input tuple contains meta information about its origin (like source component name, stream id, source task ID).
> This meta information in currently not provided by Flink and the corresponding methods throw an {{UnsupportedOperationException}}.



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