[
https://issues.apache.org/jira/browse/STORM-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130769#comment-15130769
]
ASF GitHub Bot commented on STORM-676:
--------------------------------------
GitHub user satishd opened a pull request:
https://github.com/apache/storm/pull/1072
STORM-676 Trident windowing implementation
This PR adds windowing support in a trident stream.
- Added support of sliding and tumbling windows based on count of tuples
and duration through window operations on stream.
- This functionality uses a WindowsStore implementation which stores
tuples, and aggregated results.
- HBase store provider is implemented. It can be enhanced with user
configuration or extending the basic implementation. Other providers can be
added by implementing the required interfaces.
- More details can be found at
- https://issues.apache.org/jira/browse/STORM-676
-
https://issues.apache.org/jira/secure/attachment/12780751/StormTrident_windowing_support-676.pdf
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/satishd/storm STORM-676
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1072.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 #1072
----
commit 20d46ae12dcc3a7b94c814983d9ecd138de8fd3c
Author: Satish Duggana <[email protected]>
Date: 2016-01-17T10:26:33Z
STORM:676 Trident windowing implementation
----
> Storm Trident support sliding windows
> -------------------------------------
>
> Key: STORM-676
> URL: https://issues.apache.org/jira/browse/STORM-676
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-core
> Reporter: Sriharsha Chintalapani
> Assignee: Satish Duggana
> Fix For: 1.0.0
>
> Attachments: StormTrident_windowing_support-676.pdf
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)