Gary Yao created FLINK-12689:
--------------------------------
Summary: 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: Connectors / FileSystem
Affects Versions: 1.9.0
Reporter: Gary Yao
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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)