Till Rohrmann created FLINK-17938:
-------------------------------------
Summary: Cannot run mvn clean verify flink-yarn-tests
Key: FLINK-17938
URL: https://issues.apache.org/jira/browse/FLINK-17938
Project: Flink
Issue Type: Bug
Components: Deployment / YARN, Tests
Affects Versions: 1.11.0
Reporter: Till Rohrmann
Fix For: 1.11.0
As part of FLINK-11086, we introduced the setting of the yarn class path in a
static initializer of {{YarnTestBase.java:199}}. The yarn class path file will
be generated by the {{maven-dependency-plugin}} in the {{package}} phase. Due
to this, the {{yarn.classpath}} file won't be accessible to all users of the
{{YarnTestBase}} class which are run in a previous phase (e.g.
{{UtilsTest.testUberjarLocator}}).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)