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

[flink] branch master updated (b022a26 -> a612aac)

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

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


    from b022a26  [FLINK-14237][yarn] No need to rename shipped Flink jar
     add a65e230  [FLINK-14130][client] Remove ClusterClient.run() methods
     add a612aac  [FLINK-14130][client] Shift down Logger from ClusterClient to RestClusterClient

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/flink/client/ClientUtils.java  | 52 +++++++++++++++++
 .../org/apache/flink/client/cli/CliFrontend.java   |  8 +--
 .../apache/flink/client/program/ClusterClient.java | 65 +++-------------------
 .../flink/client/program/ContextEnvironment.java   |  4 +-
 .../client/program/rest/RestClusterClient.java     | 25 +++++----
 .../apache/flink/client/program/ClientTest.java    | 12 ++--
 6 files changed, 85 insertions(+), 81 deletions(-)