MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly misleading. Contributed by Nathan Roberts
This commit is contained in:
parent
977e0b3c4c
commit
cab3c7c889
|
@ -654,6 +654,9 @@ Release 2.7.3 - UNRELEASED
|
||||||
MAPREDUCE-6377. JHS sorting on state column not working in webUi.
|
MAPREDUCE-6377. JHS sorting on state column not working in webUi.
|
||||||
(zhihai xu via devaraj)
|
(zhihai xu via devaraj)
|
||||||
|
|
||||||
|
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly
|
||||||
|
misleading (Nathan Roberts via jlowe)
|
||||||
|
|
||||||
Release 2.7.2 - UNRELEASED
|
Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -959,6 +962,9 @@ Release 2.6.3 - UNRELEASED
|
||||||
position/key information for uncompressed input sometimes. (Zhihai Xu via
|
position/key information for uncompressed input sometimes. (Zhihai Xu via
|
||||||
jlowe)
|
jlowe)
|
||||||
|
|
||||||
|
MAPREDUCE-5883. "Total megabyte-seconds" in job counters is slightly
|
||||||
|
misleading (Nathan Roberts via jlowe)
|
||||||
|
|
||||||
Release 2.6.2 - 2015-10-28
|
Release 2.6.2 - 2015-10-28
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -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)
|
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_MAPS.name= Total time spent by all map tasks (ms)
|
||||||
MILLIS_REDUCES.name= Total time spent by all reduce 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_MAPS.name= Total megabyte-milliseconds taken by all map tasks
|
||||||
MB_MILLIS_REDUCES.name= Total megabyte-seconds taken by all reduce tasks
|
MB_MILLIS_REDUCES.name= Total megabyte-milliseconds taken by all reduce tasks
|
||||||
VCORES_MILLIS_MAPS.name= Total vcore-seconds taken by all map tasks
|
VCORES_MILLIS_MAPS.name= Total vcore-milliseconds taken by all map tasks
|
||||||
VCORES_MILLIS_REDUCES.name= Total vcore-seconds taken by all reduce 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_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)
|
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
|
TASKS_REQ_PREEMPT.name= Tasks that have been asked to preempt
|
||||||
|
|
Loading…
Reference in New Issue