In this Page
...
Panel |
---|
Symptom: The attempt to access Kerberos enabled Hadoop Distributed File System (HDFS) on any cluster host fails with error message "SIMPLE authentication is not enabled" though all Kerberos parameters are configured correctly. Error Message: The following exception is displayed as the error message for the Kerberos authentication enable HDFS Snaps. java.util.concurrent.ExecutionException: java.io.IOException: Cause: All hosts that participate in the Kerberos authentication system must have their internal clocks synchronized within a specified maximum amount of time (known as clock skew). This requirement provides another Kerberos security check. If the clock skew is exceeded between any of the participating hosts, client requests are rejected. Resolution: Maintaining synchronized clocks between the KDCs and Kerberos clients is important, please use the Network Time Protocol (NTP) software to synchronize them. |
Panel | |||||
---|---|---|---|---|---|
Symptom: The attempt to access Kerberos enabled Hadoop Distributed File System (HDFS) on any cluster host fails with error message "Server has invalid Kerberos principal:" though all Kerberos parameters are configured correctly. Error Message: The following exception is displayed as the error message. Failed on local exception: java.io.IOException: Cause: When Kerberos Authentication is configured on the HDFS Server, the following properties are added
The special string _HOST in the properties is replaced at run-time by the fully-qualified domain name of the host machine where the daemon is running. This requires that reverse DNS is properly working on all the hosts configured this way. Resolution: One potential cause for this issue is, the "_HOST" has multiple host names and the hostname provided in the "Service Principle" in the Snap Kerberos configuration is not matching with the hostname resolved on the Namenode or DataNode. In the error message, the server's service principle is displayed, please make sure that the same service principle is provided in the Snap Kerberos Configuration. More details can be found at You can use the HadoopDNSResolver tool to verify the DNS Names. Details on the usage of the tool are provided in the same page. |
...
Panel |
---|
Symptom:
Error Message: The following exception is displayed as the error message for the Kerberos authentication enable HDFS Writer. java.lang.Thread.State: WAITING Cause: This can be caused by the following reasons.
Resolution: The edge node, on which the Groundplex is executing should be able to access all the standard Hadoop ports. Here is the Hadoop default ports for various distributions. |