You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by az...@apache.org on 2020/05/15 09:56:54 UTC

[flink] branch master updated (3805808 -> 8e574f6)

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

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


    from 3805808  [FLINK-17722][python][build system] Keeps flink-sql-client_*.jar in cache between stages
     add 9b3732d  [FLINK-17652][config] Legacy JM heap options should fallback to new JVM_HEAP_MEMORY in standalone
     add 8e574f6  [hotfix] Rename JobManagerProcessUtils#processSpecFromConfigWithFallbackForLegacyHeap to processSpecFromConfigAndFallbackToNewOptIfLegacyHeapSet

No new revisions were added by this update.

Summary of changes:
 .../AbstractContainerizedClusterClientFactory.java |  2 +-
 .../decorators/JavaCmdJobManagerDecorator.java     |  2 +-
 .../runtime/jobmanager/JobManagerProcessUtils.java |  6 +--
 .../flink/runtime/util/bash/BashJavaUtils.java     | 57 +++++++++++++---------
 .../flink/runtime/util/bash/BashJavaUtilsTest.java | 49 +++++++++++++++++++
 .../apache/flink/yarn/YarnClusterDescriptor.java   |  2 +-
 6 files changed, 90 insertions(+), 28 deletions(-)
 create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/util/bash/BashJavaUtilsTest.java