GitHub user StephanEwen opened a pull request:
https://github.com/apache/flink/pull/1190
[FLINK-2781] [core] Cleanup NetUtils.
We currently have two classes called `NetUtils` with different networking
related helpers. In some cases you need both classes, which results in quite
some clumsiness.
This pull request changes it in the following way:
- The `org.apache.flink.util.NetUtils` class (in `flink-core`) contains
all methods usable without runtime dependencies.
- The runtime NetUtils class (`org.apache.flink.runtime.net.NetUtils`, to
find connecting addresses) is now called `ConnectionUtils`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StephanEwen/incubator-flink netutil
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1190.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 #1190
----
commit cc0ee16363c38990e04091725b53cf7b0565a0d2
Author: Stephan Ewen <[email protected]>
Date: 2015-09-29T14:36:04Z
[FLINK-2781] [core] Cleanup NetUtils.
- The NetUtils class (in flink-core) contains all methods usable without
runtime dependency
- The runtime NetUtils class (to find connectiong addresses) is now
called ConnectionUtil.
----
---
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.
---