[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

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

[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

2016-09-12 Thread haoch
Github user haoch commented on a diff in the pull request: https://github.com/apache/incubator-eagle/pull/430#discussion_r78320622 --- Diff: eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationSpout.java --- @@ -104,7 +104,7 @@ public

[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

2016-09-12 Thread haoch
Github user haoch commented on a diff in the pull request: https://github.com/apache/incubator-eagle/pull/430#discussion_r78320627 --- Diff: eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationSpout.java --- @@ -123,7 +123,7 @@ public

[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

2016-09-12 Thread haoch
Github user haoch commented on a diff in the pull request: https://github.com/apache/incubator-eagle/pull/430#discussion_r78320342 --- Diff: eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationSpout.java --- @@ -0,0 +1,137 @@ +/*

[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

2016-09-12 Thread haoch
Github user haoch commented on a diff in the pull request: https://github.com/apache/incubator-eagle/pull/430#discussion_r78320310 --- Diff: eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationSpout.java --- @@ -0,0 +1,137 @@ +/*

[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

2016-09-12 Thread haoch
Github user haoch commented on a diff in the pull request: https://github.com/apache/incubator-eagle/pull/430#discussion_r78320255 --- Diff: eagle-jpm/eagle-jpm-aggregation/src/main/java/org/apache/eagle/jpm/aggregation/storm/AggregationBolt.java --- @@ -0,0 +1,69 @@ +/*

[GitHub] incubator-eagle pull request #430: [EAGLE-526] aggregation framework for his...

2016-09-09 Thread wujinhu
GitHub user wujinhu opened a pull request: https://github.com/apache/incubator-eagle/pull/430 [EAGLE-526] aggregation framework for history jobs You can merge this pull request into a Git repository by running: $ git pull https://github.com/wujinhu/incubator-eagle EAGLE-526