GitHub user beyond1920 opened a pull request:
https://github.com/apache/flink/pull/2540
[FLINK-4606] [Client] Integrate the new ResourceManager with the existed
FlinkResourceManager
This pr aims to integrate the new ResourceManager with the existed
FlinkResourceManager, the main difference including:
1. Move the useful rpc communication in existed FlinkResourceManager to
new ResourceManager, e.g : register infoMessageListener, unregister
infoMessageListener, shutDownCluster
2. Make ResourceManager to be an abstract class, extract framework specific
behavior
3. Implement standalone resourceManager based on the new base
ResourceManager class.
4. Modify testcases which are effected by abstract resourceManager class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alibaba/flink jira-4606
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2540.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 #2540
----
commit d0e0cea949a8bd2e94c333b2204d90f6ed9e740d
Author: beyond1920 <[email protected]>
Date: 2016-09-09T01:11:24Z
yarn slot manager
commit 78a3b44040b73d288f67a7b3491ab6abaf673bdb
Author: beyond1920 <[email protected]>
Date: 2016-09-10T03:29:40Z
integrate with existing FlinkResourceManager
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---