You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/11/26 21:51:49 UTC

[3/4] storm git commit: Merge branch 'windowing-flux' of https://github.com/arunmahadevan/storm into STORM-1207

Merge branch 'windowing-flux' of https://github.com/arunmahadevan/storm into STORM-1207


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/0d8a99d4
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/0d8a99d4
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/0d8a99d4

Branch: refs/heads/master
Commit: 0d8a99d477078a9c9a88cd79c016a387c89f526a
Parents: 4c59de6 aa1e1ed
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Fri Nov 27 05:50:37 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Fri Nov 27 05:50:37 2015 +0900

----------------------------------------------------------------------
 .../java/org/apache/storm/flux/FluxBuilder.java | 37 +++++------
 external/flux/flux-examples/README.md           |  9 +++
 .../storm/flux/examples/TestPrintBolt.java      | 39 +++++++++++
 .../storm/flux/examples/TestWindowBolt.java     | 47 +++++++++++++
 .../src/main/resources/simple_windowing.yaml    | 69 ++++++++++++++++++++
 5 files changed, 182 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/0d8a99d4/external/flux/flux-core/src/main/java/org/apache/storm/flux/FluxBuilder.java
----------------------------------------------------------------------