MAPREDUCE-5763. Warn message about httpshuffle in NM logs. Contributed by Akira AJISAKA.
This commit is contained in:
parent
655d43442f
commit
668e897538
@ -423,6 +423,9 @@ Release 2.8.0 - UNRELEASED
|
||||
MAPREDUCE-6489. Fail fast rogue tasks that write too much to local disk
|
||||
(Maysam Yabandeh via jlowe)
|
||||
|
||||
MAPREDUCE-5763. Warn message about httpshuffle in NM logs.
|
||||
(Akira AJISAKA via ozawa)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
MAPREDUCE-6376. Add avro binary support for jhist files (Ray Chiang via
|
||||
|
@ -356,7 +356,7 @@ public AtomicInteger getMapsToWait() {
|
||||
}
|
||||
|
||||
ShuffleHandler(MetricsSystem ms) {
|
||||
super("httpshuffle");
|
||||
super(MAPREDUCE_SHUFFLE_SERVICEID);
|
||||
metrics = ms.register(new ShuffleMetrics());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user