Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Namenode UI (HDFSUI) through knox has only 1 of six tabs working (HA cluster)

avatar
New Member

Howdy guys, I have visibility of several webui's Ranger, Atlas and WebHDFS.

The cluster is Kerberized and has HA on the NameNode (Ambari-2.4.2 + HDP-2.5.3)

There is a firewall between knox and both the namenodes and my declaration.

<gateway>
...
<!-- required for HA -->
<provider>
<role>ha</role>
<name>HaProvider</name>
<enabled>true</enabled>
<param name="WEBHDFS" value="maxFailoverAttempts=3;failoverSleep=1000;maxRetryAttempts=300;retrySleep=1000;enabled=true" /> </provider>
</gateway>
<service>
<role>WEBHDFS</role>
<url>http://ACTIVENN:50070/webhdfs</url>
<url>http://STANDBYNN:50070/webhdfs</url>
</service>
<service>
<role>HDFSUI</role>
<url>http://ACTIVENN:50070</url>
</service>
<service>
<role>NAMENODE</role>
<url>hdfs://ha-name-for-cluster</url>
</service>

Note: The log page on the last tabs says "unauthorized dr.who 403"

I noticed a similar problem here:

What are the reasons why there might be missing tab data?

1 ACCEPTED SOLUTION

avatar
Guru

Hello @rbailey,

Yes, this is a known issue when NameNode UI is accessed via Knox. As of HDP 2.6, only the Ranger, Ambari and Zeppelin UIs are certified to work with Knox. Other UIs (like NN) may see issues like the one you described above. As of this writing, it is work in progress. You will see more certified UIs in upcoming releases.

Hope this helps !

View solution in original post

1 REPLY 1

avatar
Guru

Hello @rbailey,

Yes, this is a known issue when NameNode UI is accessed via Knox. As of HDP 2.6, only the Ranger, Ambari and Zeppelin UIs are certified to work with Knox. Other UIs (like NN) may see issues like the one you described above. As of this writing, it is work in progress. You will see more certified UIs in upcoming releases.

Hope this helps !