[
https://issues.apache.org/jira/browse/FLINK-6181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941153#comment-15941153
]
ASF GitHub Bot commented on FLINK-6181:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/3605#discussion_r108001505
--- Diff: tools/travis_mvn_watchdog.sh ---
@@ -164,7 +164,7 @@ watchdog () {
# Check the final fat jar for illegal artifacts
check_shaded_artifacts() {
- jar tf build-target/lib/flink-dist-*.jar > allClasses
--- End diff --
The problem is that our dist jar is called
`flink-dist_2.10-1.3-SNAPSHOT.jar`. so the old variant didn't match the jar.
This leads to the following error in all travis build:
```
java.io.FileNotFoundException: build-target/lib/flink-dist-*.jar (No such
file or directory)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:220)
at java.util.zip.ZipFile.<init>(ZipFile.java:150)
at java.util.zip.ZipFile.<init>(ZipFile.java:121)
at sun.tools.jar.Main.list(Main.java:1060)
at sun.tools.jar.Main.run(Main.java:291)
at sun.tools.jar.Main.main(Main.java:1233)
```
I'm doing `jar tf` here to check if guava and other libraries are not part
of the fat jar.
> Zookeeper scripts use invalid regex
> -----------------------------------
>
> Key: FLINK-6181
> URL: https://issues.apache.org/jira/browse/FLINK-6181
> Project: Flink
> Issue Type: Bug
> Components: Build System, Startup Shell Scripts
> Reporter: Robert Metzger
> Assignee: Robert Metzger
>
> This issue has been reported by a user:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/unable-to-add-more-servers-in-zookeeper-quorum-peers-in-flink-1-2-td12321.html
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)