YARN-7608. Incorrect sTarget column causing DataTable warning on RM application and scheduler web page. Contributed by Gergely Novák.
This commit is contained in:
parent
670e8d4ec7
commit
a2edc4cbf5
|
@ -55,9 +55,9 @@ public class WebPageUtils {
|
|||
.append(", 'mRender': renderHadoopDate }")
|
||||
.append("\n, {'sType':'numeric', bSearchable:false, 'aTargets':");
|
||||
if (isFairSchedulerPage) {
|
||||
sb.append("[13]");
|
||||
} else if (isResourceManager) {
|
||||
sb.append("[15]");
|
||||
} else if (isResourceManager) {
|
||||
sb.append("[17]");
|
||||
} else {
|
||||
sb.append("[9]");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue