GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/2353
[FLINK-4355] [cluster management] Implement TaskManager side of registration at ResourceManager. This implements the first part of the `TaskManager` (here temporarily called `TaskExecutor` to avoid name clashes) as designed in FLIP-6. Specifically, it accepts a leader retrieval service for the `ResourceManager` and triggers the registration at the ResourceManager. Tests are pending, this pull request is intended for early review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/StephanEwen/incubator-flink taskmanager_register Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2353.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 #2353 ---- commit f1078b72f4b4b9d1549d55905f61fefd0663e9be Author: Stephan Ewen <se...@apache.org> Date: 2016-08-10T18:42:45Z [FLINK-4355] [cluster management] Implement TaskManager side of registration at ResourceManager. ---- --- 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. ---