MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly 
misleading. Contributed by Nathan Roberts


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cab3c7c8
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cab3c7c8
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cab3c7c8

Branch: refs/heads/yarn-2877
Commit: cab3c7c8892ad33a7eb0955b01e99872ab95e192
Parents: 977e0b3
Author: Jason Lowe <jl...@apache.org>
Authored: Tue Nov 24 22:01:03 2015 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Tue Nov 24 22:01:03 2015 +0000

----------------------------------------------------------------------
 hadoop-mapreduce-project/CHANGES.txt                         | 6 ++++++
 .../org/apache/hadoop/mapreduce/JobCounter.properties        | 8 ++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cab3c7c8/hadoop-mapreduce-project/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-mapreduce-project/CHANGES.txt 
b/hadoop-mapreduce-project/CHANGES.txt
index d22edd0..3cbacc4 100644
--- a/hadoop-mapreduce-project/CHANGES.txt
+++ b/hadoop-mapreduce-project/CHANGES.txt
@@ -654,6 +654,9 @@ Release 2.7.3 - UNRELEASED
     MAPREDUCE-6377. JHS sorting on state column not working in webUi.
     (zhihai xu via devaraj)
 
+    MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly
+    misleading (Nathan Roberts via jlowe)
+
 Release 2.7.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES
@@ -959,6 +962,9 @@ Release 2.6.3 - UNRELEASED
     position/key information for uncompressed input sometimes. (Zhihai Xu via
     jlowe)
 
+    MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly
+    misleading (Nathan Roberts via jlowe)
+
 Release 2.6.2 - 2015-10-28
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/cab3c7c8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
----------------------------------------------------------------------
diff --git 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
index 1154784..857f31e 100644
--- 
a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
+++ 
b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/org/apache/hadoop/mapreduce/JobCounter.properties
@@ -27,10 +27,10 @@ SLOTS_MILLIS_MAPS.name=            Total time spent by all 
maps in occupied slot
 SLOTS_MILLIS_REDUCES.name=         Total time spent by all reduces in occupied 
slots (ms)
 MILLIS_MAPS.name=                  Total time spent by all map tasks (ms)
 MILLIS_REDUCES.name=               Total time spent by all reduce tasks (ms)
-MB_MILLIS_MAPS.name=               Total megabyte-seconds taken by all map 
tasks
-MB_MILLIS_REDUCES.name=            Total megabyte-seconds taken by all reduce 
tasks
-VCORES_MILLIS_MAPS.name=           Total vcore-seconds taken by all map tasks
-VCORES_MILLIS_REDUCES.name=        Total vcore-seconds taken by all reduce 
tasks
+MB_MILLIS_MAPS.name=               Total megabyte-milliseconds taken by all 
map tasks
+MB_MILLIS_REDUCES.name=            Total megabyte-milliseconds taken by all 
reduce tasks
+VCORES_MILLIS_MAPS.name=           Total vcore-milliseconds taken by all map 
tasks
+VCORES_MILLIS_REDUCES.name=        Total vcore-milliseconds taken by all 
reduce tasks
 FALLOW_SLOTS_MILLIS_MAPS.name=     Total time spent by all maps waiting after 
reserving slots (ms)
 FALLOW_SLOTS_MILLIS_REDUCES.name=  Total time spent by all reduces waiting 
after reserving slots (ms)
 TASKS_REQ_PREEMPT.name=            Tasks that have been asked to preempt

Reply via email to