GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2438
[FLINK-4529] [flip-6] Move TaskExecutor, JobMaster and ResourceManager out
of the rpc package
The TaskExecutor, the JobMaster and the ResourceManager were still
contained in the rpc
package. With this commit, they will be moved out of this package. Now they
are contained
in dedicated packages on the o.a.f.runtime level.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink FLINK-4529
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2438.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 #2438
----
commit 3b2d2a87bc80bcddf19ca838dc0d3c8575758717
Author: Till Rohrmann <[email protected]>
Date: 2016-08-29T14:35:29Z
[FLINK-4529] [flip-6] Move TaskExecutor, JobMaster and ResourceManager out
of the rpc package
The TaskExecutor, the JobMaster and the ResourceManager were still
contained in the rpc
package. With this commit, they will be moved out of this package. Now they
are contained
in dedicated packages on the o.a.f.runtime level.
----
---
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.
---