You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/09/29 19:25:00 UTC

[jira] [Commented] (FLINK-10466) flink-yarn-tests should depend flink-dist

    [ https://issues.apache.org/jira/browse/FLINK-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633100#comment-16633100 ] 

Chesnay Schepler commented on FLINK-10466:
------------------------------------------

We do *not* assign issues to other people. [~Tison]

> 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
>            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)