0

I recently installed the CDH distribution of Cloudera 6.1 to create a two node cluster. From the Cloudera Manager UI, all services are running fine.

However the namenode (and datanode) web UI alone is not opening. Firewall is already disabled.

Any pointers on how to debug this problem?

user4157124
  • 2,809
  • 13
  • 27
  • 42
ursd
  • 45
  • 6

1 Answers1

0

Is anything listening on the ports on the host itself? Did you check namenode logs? They should be in /var/log/hadoop-hdfs/hadoop-cmf-hdfs-NAMENODE-your.server.hostname.com.log.out

alfheim
  • 107
  • 5
  • There was no error.. But when replaced the host name with the IP, its working fine now. – ursd Jul 20 '20 at 11:31