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

(cherry picked from commit b8de78c570)
This commit is contained in:
bibinchundatt 2019-02-20 01:19:20 +05:30
parent 616e138adb
commit 77c7e8492e
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();