[GitHub] apex-malhar pull request #388: Tim serde interface

2016-08-28 Thread ilooner
Github user ilooner closed the pull request at: https://github.com/apache/apex-malhar/pull/388 --- 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 feature

[GitHub] apex-malhar pull request #388: Tim serde interface

2016-08-28 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/apex-malhar/pull/388 Tim serde interface You can merge this pull request into a Git repository by running: $ git pull https://github.com/simplifi-it/kelp tim-serdeInterface Alternatively you can review and

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-08-16 Thread ilooner
Github user ilooner closed the pull request at: https://github.com/apache/apex-malhar/pull/324 --- 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 feature

[GitHub] apex-malhar pull request #322: APEXMALHAR-2063 Made window data manager use ...

2016-08-10 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/322#discussion_r74373686 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/FSWindowDataManager.java --- @@ -51,291 +66,607 @@ public class FSWindowDataManager

[GitHub] apex-malhar pull request #322: APEXMALHAR-2063 Made window data manager use ...

2016-08-10 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/322#discussion_r74372710 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/FSWindowDataManager.java --- @@ -51,291 +66,607 @@ public class FSWindowDataManager

[GitHub] apex-malhar pull request #322: APEXMALHAR-2063 Made window data manager use ...

2016-08-10 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/322#discussion_r74370558 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/FSWindowDataManager.java --- @@ -51,291 +66,607 @@ public class FSWindowDataManager

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-08-07 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r73809225 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/state/spillable/SpillableByteArrayListMultimapImpl.java --- @@ -0,0 +1,292

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-08-03 Thread ilooner
GitHub user ilooner reopened a pull request: https://github.com/apache/apex-malhar/pull/324 Spillable Datastructures PR for review only You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilooner/incubator-apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-08-03 Thread ilooner
Github user ilooner closed the pull request at: https://github.com/apache/apex-malhar/pull/324 --- 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 feature

[GitHub] apex-core pull request #364: APEXCORE-448 Made operator name available in op...

2016-08-03 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-core/pull/364#discussion_r73452532 --- Diff: engine/src/test/java/com/datatorrent/stram/engine/OperatorContextTest.java --- @@ -0,0 +1,112 @@ +/** + * Licensed to the Apache

[GitHub] apex-core pull request #364: APEXCORE-448 Made operator name available in op...

2016-08-03 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-core/pull/364#discussion_r73450775 --- Diff: engine/src/test/java/com/datatorrent/stram/engine/OperatorContextTest.java --- @@ -0,0 +1,112 @@ +/** + * Licensed to the Apache

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-07-31 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r72913406 --- Diff: library/src/test/java/org/apache/apex/malhar/lib/state/spillable/SpillableArrayListImplTest.java --- @@ -0,0 +1,458 @@ +package

[GitHub] apex-core issue #364: APEXCORE-448 Made operator name available in operator ...

2016-07-31 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/apex-core/pull/364 @chandnisingh lgtm once unit test is updated --- 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

[GitHub] apex-core pull request #364: APEXCORE-448 Made operator name available in op...

2016-07-31 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-core/pull/364#discussion_r72900235 --- Diff: engine/src/test/java/com/datatorrent/stram/engine/OperatorContextTest.java --- @@ -0,0 +1,98 @@ +/** + * Licensed to the Apache Software

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-07-28 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r72655301 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/state/spillable/SpillableByteMapImpl.java --- @@ -0,0 +1,210 @@ +package

[GitHub] apex-malhar pull request #345: APEXMALHAR-2130 REVIEW ONLY (WindowedOperator...

2016-07-27 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r72389548 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedPlainStorage.java --- @@ -0,0 +1,188

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-07-26 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r72203089 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/state/spillable/SpillableByteArrayListMultimapImpl.java --- @@ -0,0 +1,262 @@ +package

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-07-25 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/324#discussion_r72124180 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/state/spillable/SpillableByteArrayListMultimapImpl.java --- @@ -0,0 +1,262 @@ +package

[GitHub] apex-malhar pull request #322: APEXMALHAR-2063 Made window data manager use ...

2016-07-24 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/322#discussion_r71995236 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/WindowDataManager.java --- @@ -126,36 +146,24 @@ public void teardown

[GitHub] apex-malhar pull request #322: APEXMALHAR-2063 Made window data manager use ...

2016-07-24 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/322#discussion_r71995041 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/wal/WindowDataManager.java --- @@ -41,15 +41,42 @@ * * @since 2.0.0

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-19 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71473044 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,198 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71096442 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedPlainStorage.java --- @@ -0,0 +1,135 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71096391 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71096140 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71096090 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71095332 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71095327 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71095316 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71095282 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71095303 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #345: REVIEW ONLY (WindowedOperator): splitting Win...

2016-07-17 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/345#discussion_r71095257 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/window/impl/SpillableWindowedKeyedStorage.java --- @@ -0,0 +1,136 @@ +package

[GitHub] apex-malhar pull request #324: Spillable Datastructures PR for review only

2016-06-21 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/apex-malhar/pull/324 Spillable Datastructures PR for review only You can merge this pull request into a Git repository by running: $ git pull https://github.com/ilooner/incubator-apex-malhar APEXMALHAR