You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zhangminglei <gi...@git.apache.org> on 2017/04/17 03:59:58 UTC

[GitHub] flink issue #3726: [FLINK-6130] [yarn] Fix Consider calling resourceManager#...

Github user zhangminglei commented on the issue:

    https://github.com/apache/flink/pull/3726
  
    @tedyu @zentol It seems there is a problem with travis-ci test if no output within 5 mins then it will print the stacktrace and then kill the watchdog , please help to review and checkout how to solve, I am appreciate it. 
    ```
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.213 sec - in org.apache.flink.runtime.minicluster.MiniClusterITCase
    ==============================================================================
    Maven produced no output for 300 seconds.
    ==============================================================================
    ==============================================================================
    The following Java processes are running (JPS)
    ==============================================================================
    1552 Launcher
    12642 Jps
    8045 surefirebooter5889190340308801783.jar
    ...
    Trying to KILL watchdog (1547).
    MVN exited with EXIT CODE: 143.
    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)
    find: `./flink-yarn-tests/target/flink-yarn-tests*': No such file or directory
    PRODUCED build artifacts.
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---