You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/16 19:07:12 UTC

[jira] [Commented] (STORM-1841) Address a few minor issues in windowing and doc

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

ASF GitHub Bot commented on STORM-1841:
---------------------------------------

GitHub user arunmahadevan opened a pull request:

    https://github.com/apache/storm/pull/1420

    STORM-1841: Address a few minor issues in windowing and doc

    1. Do not accept negative values for window length or sliding interval in BaseWindowedBolt
    2. Added static factories for Count and Duration for ease of use
    3. Explicitly call out the sliding behavior and when the first window is evaluated in the windowing doc.

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

    $ git pull https://github.com/arunmahadevan/storm STORM-1841

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

    https://github.com/apache/storm/pull/1420.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 #1420
    
----
commit cd67d9fe8f35a0c816ba995871aaaf622069188a
Author: Arun Mahadevan <ai...@hortonworks.com>
Date:   2016-05-15T20:14:41Z

    STORM-1841: Address a few minor issues in windowing and doc
    
    1. Do not accept negative values for window length or sliding interval in BaseWindowedBolt
    2. Added static factories for Count and Duration for ease of use
    3. Explicitly call out the sliding behavior and when the first window is evaluated in the windowing doc.

----


> Address a few minor issues in windowing and doc
> -----------------------------------------------
>
>                 Key: STORM-1841
>                 URL: https://issues.apache.org/jira/browse/STORM-1841
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 1.0.1
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>            Priority: Minor
>
> 1. Do not accept negative values for window length or sliding interval in BaseWindowedBolt
> 2. Added static factories for Count and Duration for ease of use.
> 3. Explicitly call out when the first window is evaluated for sliding windows in the windowing doc.



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