[GitHub] flink pull request: [FLINK-1554] Allows the LocalFlinkMiniCluster ...

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/403


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-1554] Allows the LocalFlinkMiniCluster ...

2015-02-17 Thread tillrohrmann
Github user tillrohrmann commented on the pull request:

https://github.com/apache/flink/pull/403#issuecomment-74633642
  
Ok, I'll merge it.


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-1554] Allows the LocalFlinkMiniCluster ...

2015-02-16 Thread rmetzger
Github user rmetzger commented on the pull request:

https://github.com/apache/flink/pull/403#issuecomment-74523049
  
Perfect. I've justed the code and its working now.


---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] flink pull request: [FLINK-1554] Allows the LocalFlinkMiniCluster ...

2015-02-16 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request:

https://github.com/apache/flink/pull/403

[FLINK-1554] Allows the LocalFlinkMiniCluster to start multiple TaskManager 
in the same ActorSystem

Allows the ```LocalFlinkMiniCluster``` to start multiple ```TaskManager``` 
in the same ```ActorSystem``` by assigning them unique actor names.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tillrohrmann/flink fixLocalFlinkMiniCluster

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/403.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #403


commit cecb45d45f05c0aa86f4ae780e8b49830f3ea6ac
Author: Till Rohrmann 
Date:   2015-02-16T14:04:42Z

[FLINK-1554] [runtime] Allows the LocalFlinkMiniCluster to start multiple 
TaskManager in the same ActorSystem.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---