[
https://issues.apache.org/jira/browse/YARN-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936138#comment-14936138
]
Steve Armstrong commented on YARN-3840:
---------------------------------------
In the mean-time, if you can't run a patched Hadoop, the following is a
bookmarklet that will fix the UI if you:
{code}
javascript:(function(){var myRegex =
/(<.*>application_[0-9]+_)([0-9]+)(<..>)/;var tmp;for (var i = 0; i <
appsTableData.length; i++) { tmp = myRegex.exec(appsTableData[i][0]);
appsTableData[i][0] = tmp[1] + ("0000000" + parseInt(tmp[2])).substr(-7,7) +
tmp[3];}appsDataTable.fnClearTable();appsDataTable.fnAddData(appsTableData);})();
{code}
> Resource Manager web ui issue when sorting application by id (with
> application having id > 9999)
> ------------------------------------------------------------------------------------------------
>
> Key: YARN-3840
> URL: https://issues.apache.org/jira/browse/YARN-3840
> Project: Hadoop YARN
> Issue Type: Bug
> Components: resourcemanager
> Affects Versions: 2.7.0
> Reporter: LINTE
> Assignee: Mohammad Shahid Khan
> Attachments: RMApps.png, YARN-3840-1.patch, YARN-3840-2.patch,
> YARN-3840-3.patch, YARN-3840-4.patch, YARN-3840-5.patch, YARN-3840-6.patch
>
>
> On the WEBUI, the global main view page :
> http://resourcemanager:8088/cluster/apps doesn't display applications over
> 9999.
> With command line it works (# yarn application -list).
> Regards,
> Alexandre
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)