You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/06/09 12:12:53 UTC

[flink] branch release-1.10 updated (855f799 -> e71a42c)

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

trohrmann pushed a change to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 855f799  [FLINK-18048] Fix --host option for standalone job cluster
     add e71a42c  [FLINK-18045] Fix Kerberos credentials checking

No new revisions were added by this update.

Summary of changes:
 .../org/apache/flink/runtime/util/HadoopUtils.java |  42 +++---
 .../apache/flink/runtime/util/HadoopUtilsTest.java | 147 +++++++++++++++++++++
 .../runtime/security/modules/HadoopModule.java     |   8 +-
 .../apache/flink/yarn/YarnClusterDescriptor.java   |  10 +-
 pom.xml                                            |   1 +
 5 files changed, 181 insertions(+), 27 deletions(-)
 create mode 100644 flink-filesystems/flink-hadoop-fs/src/test/java/org/apache/flink/runtime/util/HadoopUtilsTest.java