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

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

Github user arunmahadevan commented on a diff in the pull request:

    https://github.com/apache/storm/pull/1072#discussion_r56769587
  
    --- Diff: examples/storm-starter/pom.xml ---
    @@ -177,6 +185,36 @@
           <artifactId>storm-redis</artifactId>
           <version>${project.version}</version>
         </dependency>
    +      <dependency>
    +          <groupId>org.apache.hbase</groupId>
    +          <artifactId>hbase-server</artifactId>
    +          <version>${hbase.version}</version>
    +          <exclusions>
    +              <exclusion>
    +                  <groupId>org.slf4j</groupId>
    +                  <artifactId>slf4j-log4j12</artifactId>
    +              </exclusion>
    +              <exclusion>
    +                  <groupId>org.apache.zookeeper</groupId>
    +                  <artifactId>zookeeper</artifactId>
    +              </exclusion>
    +          </exclusions>
    +      </dependency>
    +      <dependency>
    --- End diff --
    
    storm-hbase includes hbase-client dependency so this could be removed.


> Storm Trident support for sliding/tumbling 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, 2.0.0
>
>         Attachments: StormTrident_windowing_support-676.pdf
>
>




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

Reply via email to