[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/incubator-apex-core/pull/344#issuecomment-221973428 Moved to https://github.com/apache/incubator-apex-malhar/pull/297 --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread ilganeli
Github user ilganeli closed the pull request at: https://github.com/apache/incubator-apex-core/pull/344 --- 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-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/incubator-apex-core/pull/344#issuecomment-221969005 @tweise Sure, let's move the JIRA to Malhar and I'll move the class to Malhar. Is the approach sound? --- If your project is set up for it, you can reply

[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread tweise
Github user tweise commented on the pull request: https://github.com/apache/incubator-apex-core/pull/344#issuecomment-221943349 @ilganeli I also think this should go into Malhar. The stateless partitioner is directly used by the engine, hence it is in common. Should I move the JIRA t

[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread sandeshh
Github user sandeshh commented on the pull request: https://github.com/apache/incubator-apex-core/pull/344#issuecomment-221940571 Usually, the interface and one default implementation live in core. Different implementations should go to Malhar. This belongs to Malhar. ---

[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread ilganeli
Github user ilganeli commented on the pull request: https://github.com/apache/incubator-apex-core/pull/344#issuecomment-221936008 @gauravgopi123 Don't really know - the StatelessPartitioner lives in Apex Common. What is the intended structure? --- If your project is set up for it,

[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread gauravgopi123
Github user gauravgopi123 commented on the pull request: https://github.com/apache/incubator-apex-core/pull/344#issuecomment-221932938 Should this be part of malhar under https://github.com/apache/incubator-apex-malhar/tree/master/library/src/main/java/com/datatorrent/lib/partitioner?

[GitHub] incubator-apex-core pull request: [APEXCORE-146] Add ClonePartitio...

2016-05-26 Thread ilganeli
GitHub user ilganeli opened a pull request: https://github.com/apache/incubator-apex-core/pull/344 [APEXCORE-146] Add ClonePartitioner * Created a Clone partitioner similar to the StatelessPartitioner that assigns all data to all partitions * Added a simple unit test suite to te