Hi I'm trying the basic example [1] on yarn 2.7.1 but get an exception as soon as the application starts on the resource manager that tells me the container id cannot be parsed.
java.lang.IllegalArgumentException: Invalid containerId: container_e04_1427159778706_0002_01_000001 I don't have the exact stacktrace but I recall it failing in ConverterUtils.toContainerId because it assumes that that the first token is an application attempt to be parsed as an integer. This class resides in hadoop-yarn-common 2.3.0. Is there any way to either tweak the container id or make twill use the 2.7.1 jar instead? Cheers, -Kristoffer [1] https://github.com/apache/incubator-twill/blob/master/twill-examples/yarn/src/main/java/org/apache/twill/example/yarn/BundledJarExample.java
