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/11/20 13:50:13 UTC

[flink] branch master updated (4d28d3f -> a779916)

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 4d28d3f  [hotfix][client] PackagedProgram#userCodeClassLoader is final
     add 948bab8  [FLINK-14861][Client/Job Submission] Fix parallelism.default propagation from flink-conf.yaml
     add a779916  [hotfix] Merge configuration args in CliFrontend.run() into one

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/client/cli/CliFrontend.java   | 46 ++++++++++++++--------
 .../flink/client/cli/ExecutionConfigAccessor.java  |  5 ++-
 .../flink/client/cli/CliFrontendInfoTest.java      |  2 +-
 .../flink/client/cli/CliFrontendRunTest.java       | 12 ++++--
 .../src/test/resources/testconfig/flink-conf.yaml  |  1 +
 5 files changed, 43 insertions(+), 23 deletions(-)