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:04:55 UTC

[flink] branch master updated (545a5ec -> 415b78a)

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

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


    from 545a5ec  [FLINK-17872][doc] Add document for writing Avro files with StreamingFileSink
     add 415b78a  [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