Created 05-21-2024 05:09 AM
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.
```
Error:
```
URI:STATUS:MESSAGE:SERVLET:
/cmf/process/1546341404/logs |
502 |
Process information not available. |
Spring MVC Dispatcher Servlet |
```
Created 05-22-2024 02:27 AM
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.
Created 12-12-2024 10:13 AM
@divyank The HDFS NameNode in safemode may happen due to its waiting for the DataNodes to send the block report. If that is not completed it may remain in the safemode. Ensure all the DataNodes started properly and no errors with it and connected to NameNode. You may review the NameNode logs and look for what its waiting for to exit safemode. Manually exiting the safemode may cause data loss of un reported blocks. If you have doubt, don't hesitate to contact Cloudera Support.
Created 12-16-2024 02:10 PM
Have you resolved this issue if not the issue you're encountering is common when Kerberos is enabled for HDFS, as it introduces authentication requirements that need to be properly configured. Here’s how to diagnose and resolve the problem:
When Kerberos is enabled:
Browser Access: The HDFS Web UI may not support unauthenticated access unless explicitly configured.
Test the status of HDFS
Verify HDFS functionality:
Access the Web UI to confirm functionality:
Let me know how it goes or if further guidance is needed!