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/03/19 14:20:38 UTC

[flink] branch master updated (e19bc92 -> b4828d0)

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 e19bc92  [FLINK-16675][test] Fix TableEnvironmentITCase.testClearOperation failure
     add 8c224fe  [FLINK-16236][yarn][hotfix] fix YARNSessionFIFOSecuredITCase not loading the right security context factory
     add 9b34929  [FLINK-16236][yarn][runtime] Change security context factory initialization
     add b4828d0  [hotfix] Add log4j2 properties file to flink-yarn-tests

No new revisions were added by this update.

Summary of changes:
 .../SecurityContextInitializeException.java}       | 20 ++++-----
 .../flink/runtime/security/SecurityUtils.java      | 10 +++--
 .../contexts/HadoopSecurityContextFactory.java     |  9 ++--
 .../contexts/NoOpSecurityContextFactory.java       |  3 +-
 .../security/contexts/SecurityContextFactory.java  |  3 +-
 ...notherCompatibleTestSecurityContextFactory.java |  3 +-
 .../IncompatibleTestSecurityContextFactory.java    |  3 +-
 .../contexts/TestSecurityContextFactory.java       |  3 +-
 .../flink/yarn/YARNSessionFIFOSecuredITCase.java   |  7 ++++
 .../util/TestHadoopSecurityContextFactory.java     | 48 ++++++++++++++++++++++
 ...untime.security.contexts.SecurityContextFactory |  2 +-
 .../src/test/resources/log4j-test.properties       | 41 ------------------
 .../src/test/resources/log4j2-test.properties      |  3 ++
 13 files changed, 87 insertions(+), 68 deletions(-)
 copy flink-runtime/src/main/java/org/apache/flink/runtime/{execution/CancelTaskException.java => security/SecurityContextInitializeException.java} (68%)
 create mode 100644 flink-yarn-tests/src/test/java/org/apache/flink/yarn/util/TestHadoopSecurityContextFactory.java
 copy flink-connectors/flink-hbase/src/main/resources/META-INF/services/org.apache.flink.table.factories.TableFactory => flink-yarn-tests/src/test/resources/META-INF/services/org.apache.flink.runtime.security.contexts.SecurityContextFactory (92%)
 delete mode 100644 flink-yarn-tests/src/test/resources/log4j-test.properties
 copy {flink-connectors/flink-connector-cassandra => flink-yarn-tests}/src/test/resources/log4j2-test.properties (95%)