|
@@ -1289,6 +1289,8 @@ public class JobImpl implements org.apache.hadoop.mapreduce.v2.app.job.Job,
|
|
msg.append(" too much CPU;");
|
|
msg.append(" too much CPU;");
|
|
if (!smallMemory)
|
|
if (!smallMemory)
|
|
msg.append(" too much RAM;");
|
|
msg.append(" too much RAM;");
|
|
|
|
+ if (!smallCpu)
|
|
|
|
+ msg.append(" too much CPU;");
|
|
if (!notChainJob)
|
|
if (!notChainJob)
|
|
msg.append(" chainjob;");
|
|
msg.append(" chainjob;");
|
|
LOG.info(msg.toString());
|
|
LOG.info(msg.toString());
|