Hi everyone, I'm trying to run a Twill app on YARN. Attempts fail immediately with org.apache.hadoop.util.Shell$ExitCodeException.
The rm logs report the launch cmd line as: java -Djava.io.tmpdir=tmp -Dyarn.appId=$YARN_APP_ID_STR -Dtwill.app=$TWILL_APP_NAME -cp launcher.jar:$HADOOP_CONF_DIR -Xmx362m org.apache.twill.launcher.TwillLauncher appMaster.jar org.apache.twill.internal.appmaster.ApplicationMasterMain false 1><LOG_DIR>/stdout 2><LOG_DIR>/stderr Any idea what the problem could be? Ist there a recommended way to stage a Twill app before running it on a remote cluster? Thanks, Bernd
