You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/08/18 18:53:14 UTC

[flink] branch master updated (21e2e65 -> f118d74)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 21e2e65  [hotfix] Introduce TaskDeploymentDescriptorBuilder in tests
     add f118d74  [FLINK-13317] Merge NetUtils and ClientUtils

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/flink/client/ClientUtils.java  | 51 ----------------------
 .../org/apache/flink/client/RemoteExecutor.java    |  5 ++-
 .../client/cli/AbstractCustomCommandLine.java      |  4 +-
 .../main/java/org/apache/flink/util/NetUtils.java  | 27 ++++++++++--
 .../java/org/apache/flink/util/NetUtilsTest.java   | 15 ++++++-
 5 files changed, 43 insertions(+), 59 deletions(-)
 delete mode 100644 flink-clients/src/main/java/org/apache/flink/client/ClientUtils.java