[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-25 Thread kamleshbhatt
Github user kamleshbhatt closed the pull request at: https://github.com/apache/storm/pull/2233 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-22 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r134441630 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,78 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-22 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r134441647 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,78 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-20 Thread kamleshbhatt
Github user kamleshbhatt commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r134122087 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,78 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-20 Thread kamleshbhatt
Github user kamleshbhatt commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r134122065 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,78 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133946525 --- Diff: docs/Stream-API.md --- @@ -276,6 +276,21 @@ PairStream scores = ... // list of scores per user in the last window, e.g.

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133947663 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,78 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133947567 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,78 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133946658 --- Diff: docs/Stream-API.md --- @@ -276,6 +276,21 @@ PairStream scores = ... // list of scores per user in the last window, e.g.

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133946510 --- Diff: docs/Stream-API.md --- @@ -276,6 +276,21 @@ PairStream scores = ... // list of scores per user in the last window, e.g.

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133947083 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +382,26 @@ return

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-18 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r133948483 --- Diff: storm-client/test/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessorTest.java --- @@ -0,0 +1,112 @@ +/** + * Licensed to

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131659700 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +383,22 @@ return

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131680183 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,75 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131682043 --- Diff: storm-client/test/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessorTest.java --- @@ -0,0 +1,107 @@ +/** + * Licensed to

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-08-07 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r131690416 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +383,22 @@ return

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130441519 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130441506 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130434940 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130434631 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -400,6 +422,18 @@ return new PairStream<>(streamBuilder,

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130435926 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130434218 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +383,25 @@ return

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130429097 --- Diff: storm-client/src/jvm/org/apache/storm/streams/PairStream.java --- @@ -380,6 +383,25 @@ return

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-31 Thread arunmahadevan
Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2233#discussion_r130436004 --- Diff: storm-client/src/jvm/org/apache/storm/streams/processors/CoGroupByKeyProcessor.java --- @@ -0,0 +1,105 @@ +/** + * Licensed to the

[GitHub] storm pull request #2233: Storm 2258: Streams api - support CoGroupByKey

2017-07-20 Thread kamleshbhatt
GitHub user kamleshbhatt opened a pull request: https://github.com/apache/storm/pull/2233 Storm 2258: Streams api - support CoGroupByKey You can merge this pull request into a Git repository by running: $ git pull https://github.com/kamleshbhatt/storm STORM-2258