You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Arun Mahadevan (JIRA)" <ji...@apache.org> on 2017/08/23 10:33:00 UTC

[jira] [Resolved] (STORM-2258) Streams api - support CoGroupByKey

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

Arun Mahadevan resolved STORM-2258.
-----------------------------------
       Resolution: Fixed
         Assignee: Kamal
    Fix Version/s: 2.0.0

Thanks for the patch, merged to master.

> Streams api - support CoGroupByKey
> ----------------------------------
>
>                 Key: STORM-2258
>                 URL: https://issues.apache.org/jira/browse/STORM-2258
>             Project: Apache Storm
>          Issue Type: Sub-task
>            Reporter: Arun Mahadevan
>            Assignee: Kamal
>             Fix For: 2.0.0
>
>
> Group together values with same key from both streams. Similar constructs are supported in beam, spark and flink.
> When called on a Stream of (K, V) and (K, W) pairs, return a new Stream of (K, Seq[V], Seq[W]) tuples
> See also - https://cloud.google.com/dataflow/model/group-by-key



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)