You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Daisuke Kobayashi (JIRA)" <ji...@apache.org> on 2018/10/05 11:35:00 UTC

[jira] [Created] (HDFS-13963) NN UI is broken with IE11

Daisuke Kobayashi created HDFS-13963:
----------------------------------------

             Summary: NN UI is broken with IE11
                 Key: HDFS-13963
                 URL: https://issues.apache.org/jira/browse/HDFS-13963
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: namenode, ui
    Affects Versions: 3.1.1
            Reporter: Daisuke Kobayashi


Internet Explorer 11 cannot correctly display Namenode Web UI while the NN itself starts successfully. I have confirmed this over 3.1.1 (latest release) and 3.3.0-SNAPSHOT (current trunk) that the following message is shown.

{code}
Failed to retrieve data from /jmx?qry=java.lang:type=Memory, cause: SyntaxError: Invalid character
{code}

Apparently, this is because {{dfshealth.html}} runs as IE9 mode by default.

{code}
<meta http-equiv="X-UA-Compatible" content="IE=9" />
{code}

Once the compatible mode is changed to IE11 through developer tool, it's rendered correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org