YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T.

This commit is contained in:
bibinchundatt 2019-02-20 01:19:20 +05:30
parent 02d04bd107
commit b8de78c570
1 changed files with 1 additions and 1 deletions

View File

@ -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();