[
https://issues.apache.org/jira/browse/FLINK-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633101#comment-16633101
]
Chesnay Schepler commented on FLINK-10466:
------------------------------------------
If this is truly an issue then it may work on our travis since by chance
flink-dist is built before flink-yarn-tests.
> 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
> Priority: Major
> 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)