[
https://issues.apache.org/jira/browse/FLINK-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633102#comment-16633102
]
tison commented on FLINK-10466:
-------------------------------
[~Zentol] I have seen reporter differs from assignee and now learn we do not
assign issue to other people, sorry for burdening.
And yes, theoretically it would be an issue and thus I wonder what current
tarvis works well with it. flink-yarn-tests depends on flink-fist but this is
not explicitly described on pom.xml. Could we add it as a defender?
> 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)