Zhijie Shen created YARN-871:
--------------------------------
Summary: Failed to run MR example against latest trunk
Key: YARN-871
URL: https://issues.apache.org/jira/browse/YARN-871
Project: Hadoop YARN
Issue Type: Bug
Reporter: Zhijie Shen
Built the latest trunk, deployed a single node cluster and ran examples, such as
{code}
hadoop jar
hadoop-3.0.0-SNAPSHOT/share/hadoop/mapreduce/hadoop-mapreduce-examples-3.0.0-SNAPSHOT.jar
teragen 10 out1
{code}
The job failed with the following console message:
{code}
13/06/21 12:51:25 INFO mapreduce.Job: Running job: job_1371844267731_0001
13/06/21 12:51:31 INFO mapreduce.Job: Job job_1371844267731_0001 running in
uber mode : false
13/06/21 12:51:31 INFO mapreduce.Job: map 0% reduce 0%
13/06/21 12:51:31 INFO mapreduce.Job: Job job_1371844267731_0001 failed with
state FAILED due to: Application application_1371844267731_0001 failed 2 times
due to AM Container for appattempt_1371844267731_0001_000002 exited with
exitCode: 127 due to:
.Failing this attempt.. Failing the application.
13/06/21 12:51:31 INFO mapreduce.Job: Counters: 0
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira