YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.
This commit is contained in:
parent
02d04bd107
commit
b8de78c570
|
@ -60,7 +60,7 @@ public class WebPageUtils {
|
|||
} else if (isResourceManager) {
|
||||
sb.append("[17]");
|
||||
} else {
|
||||
sb.append("[9]");
|
||||
sb.append("[10]");
|
||||
}
|
||||
sb.append(", 'mRender': parseHadoopProgress }]");
|
||||
return sb.toString();
|
||||
|
|
Loading…
Reference in New Issue