Till Rohrmann created FLINK-2705: ------------------------------------ Summary: Yarn fails with NoSuchMethodError when log level is set to DEBUG Key: FLINK-2705 URL: https://issues.apache.org/jira/browse/FLINK-2705 Project: Flink Issue Type: Bug Reporter: Till Rohrmann
The Yarn tests fail with a {{NoSuchMethodError}} when the log level is set to DEBUG. Apparently, we have a wrong dependency version of {{org.apache.commons.codec}} in our scope when the Yarn is executed. {code} Exception in thread "LocalizerRunner for container_1442415732615_0009_01_000001" java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.<init>(I[BZ)V at org.apache.hadoop.security.token.Token.encodeWritable(Token.java:236) at org.apache.hadoop.security.token.Token.encodeToUrlString(Token.java:263) at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService$LocalizerRunner.writeCredentials(ResourceLocalizationService.java:1016) at org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ResourceLocalizationService$LocalizerRunner.run(ResourceLocalizationService.java:972) Error while deploying YARN cluster: The YARN application unexpectedly switched to state FAILED during deployment. {code} https://s3.amazonaws.com/archive.travis-ci.org/jobs/80641990/log.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)