git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@642170 13f79535-47bb-0310-9956-ffa450edef68
@@ -159,6 +159,9 @@ Trunk (unreleased changes)
HADOOP-3091. Modify FsShell command -put to accept multiple sources.
(Lohit Vijaya Renu via cdouglas)
+ HADOOP-3092. Show counter values from job -status command.
+ (Tom White via ddas)
+
OPTIMIZATIONS
HADOOP-2790. Fixed inefficient method hasSpeculativeTask by removing
@@ -1283,6 +1283,7 @@ public class JobClient extends Configured implements MRConstants, Tool {
} else {
System.out.println();
System.out.println(job);
+ System.out.println(job.getCounters());
exitCode = 0;
}
} else if (killJob) {