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 "Xia Hu (JIRA)" <ji...@apache.org> on 2015/01/22 10:35:35 UTC

[jira] [Created] (YARN-3083) Resource format isn't correct in Fair Scheduler web page

Xia Hu created YARN-3083:
----------------------------

             Summary: Resource format isn't correct in Fair Scheduler web page
                 Key: YARN-3083
                 URL: https://issues.apache.org/jira/browse/YARN-3083
             Project: Hadoop YARN
          Issue Type: Bug
          Components: fairscheduler
    Affects Versions: 2.3.0
            Reporter: Xia Hu


In my fair scheduler web page, the resources shown of each queue is like this:   "&lt;memory:65536, vCores:0&gt;"
so obviously "&lt;" should be shown as "<", bet it isn't. After reading the codes, I suppose it's because method StringEscapeUtils.escapeHtml is called twice. But I only found one place. Anyway, I modify the code, and this problem seems to be solved. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)