tison created FLINK-10466: ----------------------------- Summary: flink-yarn-tests should depend flink-dist Key: FLINK-10466 URL: https://issues.apache.org/jira/browse/FLINK-10466 Project: Flink Issue Type: Bug Components: Tests Affects Versions: 1.7.0 Reporter: tison Assignee: Chesnay Schepler Fix For: 1.7.0
may be adding {code:java} <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-dist_${scala.binary.version}</artifactId> <version>${project.version}</version> <scope>test</scope> <type>pom</type> </dependency>{code} not really sure but it causes failure on my automate testing process, and by adding this dependency the error disappear. Even I wonder how it works currently on travis. flink-yarn-test obviously depends on flink-dist since some tests try to find flink uberjar. Please take a look for this. cc [~Zentol] -- This message was sent by Atlassian JIRA (v7.6.3#76005)