You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kk...@apache.org on 2019/08/22 13:04:35 UTC

[flink] branch master updated (6618cef -> 84cbe31)

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

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


    from 6618cef  [FLINK-13806][metrics] Log all errors on DEBUG
     add 0ef2de5  [FLINK-13714] Remove Program-related code
     add 5a5a14e  [FLINK-13715][docs] Remove Program-related english documentation
     add 84cbe31  [FLINK-13716][docs] Remove Program-related chinese documentation

No new revisions were added by this update.

Summary of changes:
 docs/dev/packaging.md                              |  24 +--
 docs/dev/packaging.zh.md                           |  24 +--
 .../org/apache/flink/client/LocalExecutor.java     |  15 --
 .../apache/flink/client/program/ClusterClient.java |  72 +++-----
 .../flink/client/program/PackagedProgram.java      | 205 ++++-----------------
 .../flink/client/program/PackagedProgramUtils.java |  24 +--
 .../apache/flink/client/program/ClientTest.java    |  13 +-
 .../java/org/apache/flink/api/common/Program.java  |  42 -----
 8 files changed, 71 insertions(+), 348 deletions(-)
 delete mode 100644 flink-core/src/main/java/org/apache/flink/api/common/Program.java