You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gary Yao (JIRA)" <ji...@apache.org> on 2019/05/31 08:19:00 UTC

[jira] [Updated] (FLINK-12689) Building flink-dist fails because flink-azure-fs-hadoop jar cannot be added to /opt

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

Gary Yao updated FLINK-12689:
-----------------------------
    Description: 
Build fails when building with:
{code}
mvn clean install -pl flink-dist -am -DskipTests -Dfast 
{code}

{noformat}
[INFO] flink-scala-shell .................................. SUCCESS [ 10.989 s]
[INFO] flink-dist ......................................... FAILURE [ 26.068 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:24 min
[INFO] Finished at: 2019-05-31T09:55:22+02:00
[INFO] Final Memory: 313M/1834M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (opt) on project flink-dist_2.11: Failed to create assembly: Error adding file to archive: /Users/gyao/Documents/work/code/github/flink/flink-dist/../flink-filesystems/flink-azure-fs-hadoop/target/flink-azure-fs-hadoop-1.9-SNAPSHOT.jar -> [Help 1]

{noformat}

Azure FS dependency should be added to flink-dist with provided scope.

  was:
Build fails when building with:
{code}
mvn clean install -pl flink-dist -am -DskipTests -Dfast 
{code}

{noformat}
[INFO] flink-scala-shell .................................. SUCCESS [ 10.989 s]
[INFO] flink-dist ......................................... FAILURE [ 26.068 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:24 min
[INFO] Finished at: 2019-05-31T09:55:22+02:00
[INFO] Final Memory: 313M/1834M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (opt) on project flink-dist_2.11: Failed to create assembly: Error adding file to archive: /Users/gyao/Documents/work/code/github/flink/flink-dist/../flink-filesystems/flink-azure-fs-hadoop/target/flink-azure-fs-hadoop-1.9-SNAPSHOT.jar -> [Help 1]

{noformat}


> Building flink-dist fails because flink-azure-fs-hadoop jar cannot be added to /opt
> -----------------------------------------------------------------------------------
>
>                 Key: FLINK-12689
>                 URL: https://issues.apache.org/jira/browse/FLINK-12689
>             Project: Flink
>          Issue Type: Bug
>          Components: FileSystems
>    Affects Versions: 1.9.0
>            Reporter: Gary Yao
>            Priority: Blocker
>
> Build fails when building with:
> {code}
> mvn clean install -pl flink-dist -am -DskipTests -Dfast 
> {code}
> {noformat}
> [INFO] flink-scala-shell .................................. SUCCESS [ 10.989 s]
> [INFO] flink-dist ......................................... FAILURE [ 26.068 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 13:24 min
> [INFO] Finished at: 2019-05-31T09:55:22+02:00
> [INFO] Final Memory: 313M/1834M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single (opt) on project flink-dist_2.11: Failed to create assembly: Error adding file to archive: /Users/gyao/Documents/work/code/github/flink/flink-dist/../flink-filesystems/flink-azure-fs-hadoop/target/flink-azure-fs-hadoop-1.9-SNAPSHOT.jar -> [Help 1]
> {noformat}
> Azure FS dependency should be added to flink-dist with provided scope.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)