- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Unable to open Resource Manger UI after Kerberezing the cluster
- Labels:
-
Kerberos
Created 03-02-2021 10:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ambari : 2.7.4
HDP : 3.1.4.0-315
Hi everyone,
Recently after kerberizing my cluster, I am unable to access my Resource Manager UI. Whenever I hit on the resource manager link on Ambari, it shows up the following error :
Please help me out to resolve this issue as soon as possible.
@KuldeepK @Shelton @jsensharma
Created 03-07-2021 09:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In HDP 3.x Spenego authentication will be enabled by default when you enable Kerberos
To access the UI you need to either configure Spnego auth in the browser OR disable spnego auth by setting the below properties in Hdfs =>Advanced core-site
hadoop.http.authentication.simple.anonymous.allowed = true
hadoop.http.authentication.type = simple
Created 03-02-2021 11:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HTTP ERROR 401
Problem accessing /ui2/. Reason:
Unauthorized access
Created 03-07-2021 09:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In HDP 3.x Spenego authentication will be enabled by default when you enable Kerberos
To access the UI you need to either configure Spnego auth in the browser OR disable spnego auth by setting the below properties in Hdfs =>Advanced core-site
hadoop.http.authentication.simple.anonymous.allowed = true
hadoop.http.authentication.type = simple
Created on 03-07-2021 09:23 PM - edited 03-07-2021 09:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Scharan thanks a lot for replying.
The solution you suggested worked! But I just wanted to know whether modifying those two properties as you mentioned will cause any decrease in the security of my HDFS or cluster anyway?
Created 03-07-2021 09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@bvishal given properties will disable authentication for webui's and it will allow anonymous users to access the web UI's of hdfs, yarn, and mapreduce.
