Hi,
I'm trying to configure a small cluster (about 10 nodes) using cloudera
manager (last version, Cloudera Enterprise Trial 4.6.0).
I've installed the last release of CDH4 and I've integrated kerberos for
authentication.
For some reason, the manager is not able to properly communicate with
the name node.
When launching HDFS, I get
"No connection to determine the active NameNode could be made for the last
3 minute(s). Test cannot be run and will be considered failing: Test of
whether a NameNode is running, healthy and active." and the node is
reported in bad state.
However, from the command line I'm able to query the filesystem (e.g., hdfs
-dfs ls / it works perfectly)
When disabling kerberos the system goes back to normal.
It seems that some of the testing/altering controls are broken.
I do not have firewall or NAT in place.
I've also collected some tcpdump traces to check the traffic (hopefully to
see a port blocked or something) but with no luck.
The logs in /var/log/cloudera-scm-* do not not report indication of errors.
Any ideas? :(