YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.
(cherry picked from commit b8de78c570babe4f802d951957c495ea0a4b07da)
This commit is contained in:
parent
616e138adb
commit
77c7e8492e
@ -60,7 +60,7 @@ private static String getAppsTableColumnDefs(
|
||||
} else if (isResourceManager) {
|
||||
sb.append("[17]");
|
||||
} else {
|
||||
sb.append("[9]");
|
||||
sb.append("[10]");
|
||||
}
|
||||
sb.append(", 'mRender': parseHadoopProgress }]");
|
||||
return sb.toString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user