You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by xt...@apache.org on 2020/09/10 11:13:08 UTC

[flink] branch master updated (0f98a83 -> 00bf41f)

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

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


    from 0f98a83  [FLINK-18833][docs][python] Improve the Python documentation about sql
     add 00bf41f  [FLINK-19151][yarn] Update container resource normalization algorithm, with respect to Yarn FairScheduler.

No new revisions were added by this update.

Summary of changes:
 .../src/main/java/org/apache/flink/yarn/Utils.java | 73 ++++++++++++++++++++++
 .../yarn/WorkerSpecContainerResourceAdapter.java   | 18 ++++--
 .../org/apache/flink/yarn/YarnResourceManager.java | 17 +----
 .../test/java/org/apache/flink/yarn/UtilsTest.java | 46 ++++++++++++++
 .../WorkerSpecContainerResourceAdapterTest.java    | 60 +++++++++++++-----
 5 files changed, 178 insertions(+), 36 deletions(-)