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 2020/05/18 16:40:13 UTC

[flink] branch master updated (81ffe8a -> b591f90)

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 81ffe8a  [FLINK-17777][tests] Set HADOOP_CLASSPATH for Mesos TaskManagers
     add 2f13ba1  [hotfix][client] Make ConfigUtils.decodeListFromConfig return new array list and throw exception
     add b591f90  [FLINK-17796] Respect user specified classpath for application mode

No new revisions were added by this update.

Summary of changes:
 .../flink/client/cli/ExecutionConfigAccessor.java  | 19 ++++------------
 .../application/ApplicationClusterEntryPoint.java  | 25 ++++++++++++++++++++++
 .../application/executors/EmbeddedExecutor.java    |  5 +++--
 .../client/deployment/executors/LocalExecutor.java |  3 ++-
 .../executors/PipelineExecutorUtils.java           |  4 +++-
 .../ClassPathPackagedProgramRetrieverTest.java     |  3 ++-
 .../StandaloneApplicationClusterEntryPoint.java    | 14 ++++++------
 .../apache/flink/configuration/ConfigUtils.java    | 18 ++++++++++------
 .../KubernetesApplicationClusterEntrypoint.java    | 14 ++++++------
 .../YarnApplicationClusterEntryPoint.java          | 13 ++++++-----
 10 files changed, 69 insertions(+), 49 deletions(-)