You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Mohammad Shahid Khan (JIRA)" <ji...@apache.org> on 2015/06/27 08:32:06 UTC

[jira] [Commented] (YARN-3840) Resource Manager web ui issue when sorting application by id (with application having id > 9999)

    [ https://issues.apache.org/jira/browse/YARN-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604020#comment-14604020 ] 

Mohammad Shahid Khan commented on YARN-3840:
--------------------------------------------

The datatable string sort algorithm has limitation.
It can not properly sort the string having having the combination of the string and numeric value. The application id "application_numericValue"
ie is why the sort is not working properly.

To fix the same we can use the datatable plugins natural sort alogorithm.
{CODE}
sb.append("[\n")
      .append("{'sType':'natural', 'aTargets': [0]")
      .append(", 'mRender': parseHadoopID }")
{CODE}
plugin - ref: 
https://github.com/DataTables/Plugins/blob/1.10.7/sorting/natural.js

> 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
>         Environment: Centos 6.6
> Java 1.7
>            Reporter: LINTE
>         Attachments: RMApps.png
>
>
> 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)