You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/10 07:04:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-10466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-10466:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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: Deployment / YARN, Tests
>    Affects Versions: 1.7.0
>            Reporter: TisonKun
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>
> 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)