[
https://issues.apache.org/jira/browse/FLINK-14545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960897#comment-16960897
]
Till Rohrmann commented on FLINK-14545:
---------------------------------------
The logging statement just says that there is no Hadoop binding on the
classpath. If the job does not need to interact with Yarn, then this is not the
root cause for the failing test case.
> Resuming Externalized Checkpoint (file, async, scale down) end-to-end test
> fails on travis
> ------------------------------------------------------------------------------------------
>
> Key: FLINK-14545
> URL: https://issues.apache.org/jira/browse/FLINK-14545
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Checkpointing, Tests
> Affects Versions: 1.10.0
> Reporter: Yu Li
> Priority: Critical
> Labels: test-stability
>
> The job keeps running until exceeded the maximum log length, and from the log
> message there're no special error but only the below warning:
> {code}
> 2019-10-27 19:00:22,345 WARN org.apache.flink.client.cli.CliFrontend
> - Could not load CLI class
> org.apache.flink.yarn.cli.FlinkYarnSessionCli.
> java.lang.NoClassDefFoundError:
> org/apache/hadoop/yarn/exceptions/YarnException
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:264)
> at
> org.apache.flink.client.cli.CliFrontend.loadCustomCommandLine(CliFrontend.java:1169)
> at
> org.apache.flink.client.cli.CliFrontend.loadCustomCommandLines(CliFrontend.java:1129)
> at org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:1054)
> Caused by: java.lang.ClassNotFoundException:
> org.apache.hadoop.yarn.exceptions.YarnException
> at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ... 5 more
> {code}
> https://api.travis-ci.org/v3/job/603503569/log.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)