[jira] [Resolved] (GEARPUMP-204) Add unit test for external_hbase module

2016-09-27 Thread Huafeng Wang (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Huafeng Wang resolved GEARPUMP-204. --- Resolution: Fixed > Add unit test for external_hbase module >

[GitHub] incubator-gearpump pull request #86: [GEARPUMP-204]add unit test for externa...

2016-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-gearpump/pull/86 --- 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

[jira] [Commented] (GEARPUMP-204) Add unit test for external_hbase module

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528364#comment-15528364 ] ASF GitHub Bot commented on GEARPUMP-204: - Github user asfgit closed the pull request at:

[jira] [Commented] (GEARPUMP-204) Add unit test for external_hbase module

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15528178#comment-15528178 ] ASF GitHub Bot commented on GEARPUMP-204: - Github user huafengw commented on the issue:

[GitHub] incubator-gearpump issue #86: [GEARPUMP-204]add unit test for external_hbase...

2016-09-27 Thread huafengw
Github user huafengw commented on the issue: https://github.com/apache/incubator-gearpump/pull/86 +1 --- 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

[GitHub] incubator-gearpump issue #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/incubator-gearpump/pull/85 @kkasravi `stream.groupBy` is now a shortcut for `stream.window(CountWindow.apply(1).triggering(CountTrigger).accumulating).groupBy`. so `groupBy` has windowing

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80809137 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -147,6 +150,33 @@ class Stream[T](

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80808708 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -115,20 +121,17 @@ class Stream[T]( * *

[jira] [Commented] (GEARPUMP-23) Add DSL window (time series) support

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15527971#comment-15527971 ] ASF GitHub Bot commented on GEARPUMP-23: Github user manuzhang commented on the issue:

[jira] [Commented] (GEARPUMP-23) Add DSL window (time series) support

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15527588#comment-15527588 ] ASF GitHub Bot commented on GEARPUMP-23: Github user manuzhang commented on a diff in the pull

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread kkasravi
Github user kkasravi commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80745374 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -147,6 +150,33 @@ class Stream[T](

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread kkasravi
Github user kkasravi commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80744615 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -115,20 +121,17 @@ class Stream[T]( * *

[jira] [Commented] (GEARPUMP-23) Add DSL window (time series) support

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526847#comment-15526847 ] ASF GitHub Bot commented on GEARPUMP-23: Github user kkasravi commented on a diff in the pull

[jira] [Commented] (GEARPUMP-23) Add DSL window (time series) support

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526846#comment-15526846 ] ASF GitHub Bot commented on GEARPUMP-23: Github user kkasravi commented on a diff in the pull

[GitHub] incubator-gearpump pull request #86: [GEARPUMP-204]add unit test for externa...

2016-09-27 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/86#discussion_r80688415 --- Diff: external/hbase/src/main/scala/org/apache/gearpump/external/hbase/HBaseSink.scala --- @@ -19,27 +19,33 @@ package

[GitHub] incubator-gearpump issue #88: [GEARPUMP-213] build docs with MkDocs

2016-09-27 Thread huafengw
Github user huafengw commented on the issue: https://github.com/apache/incubator-gearpump/pull/88 I'm OK with this change. --- 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

[jira] [Commented] (GEARPUMP-204) Add unit test for external_hbase module

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526093#comment-15526093 ] ASF GitHub Bot commented on GEARPUMP-204: - Github user manuzhang commented on a diff in the pull

[jira] [Commented] (GEARPUMP-213) Documentation improvement

2016-09-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEARPUMP-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15525521#comment-15525521 ] ASF GitHub Bot commented on GEARPUMP-213: - Github user huafengw commented on the issue: