Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HDFS GUI is giving error

avatar
Contributor

Hi Team, 
HDFS was working before kurberos enabled , noww post enabling kurberos HDFS is not working. Getting error in HDFS GUI, HDFS is running in cloudera manager.

Name node is showing, Test of whether the NameNode is in safe mode.

```
Bad : This NameNode is in safe mode.

```

Error:

```

HTTP ERROR 502 Process information not available.

URI:STATUS:MESSAGE:SERVLET:

/cmf/process/1546341404/logs
502
Process information not available.
Spring MVC Dispatcher Servlet

```

1 REPLY 1

avatar
New Contributor

Hi,

To fix the HDFS issue after enabling Kerberos, you should check the Kerberos configuration and ensure that all services are correctly authenticated. If the NameNode is in safe mode, you can try to exit it using the command hdfs dfsadmin -safemode leave.

For the HTTP ERROR 502, verify the network configuration and ensure that the Cloudera Manager services are running properly.

Best regard,
MyDestinyCard