timyuer commented on PR #989: URL: https://github.com/apache/bigtop/pull/989#issuecomment-1229959105
> May I ask which Hadoop version did you work based on? > It seems it failed to start namenode: > ``` > resource_management.core.exceptions.ExecutionFailed: Execution of 'hdfs --config /etc/hadoop/conf namenode -format -nonInteractive' returned 1. WARNING: HADOOP_SECURE_DN_USER > has been replaced by HDFS_DATANODE_SECURE_USER. Using value of HADOOP_SECURE_DN_USER. > WARNING: HADOOP_NAMENODE_OPTS has been replaced by HDFS_NAMENODE_OPTS. Using value of HADOOP_NAMENODE_OPTS. > WARNING: /var/log/hadoop/hdfs does not exist. Creating. > 22/08/29 08:20:12 INFO namenode.NameNode: STARTUP_MSG: > .... > .. > Caused by: KrbException: Message stream modified (41) > at sun.security.krb5.KrbKdcRep.check(KrbKdcRep.java:103) > at sun.security.krb5.KrbAsRep.decrypt(KrbAsRep.java:159) > at sun.security.krb5.KrbAsRep.decryptUsingKeyTab(KrbAsRep.java:121) > at sun.security.krb5.KrbAsReqBuilder.resolve(KrbAsReqBuilder.java:310) > at sun.security.krb5.KrbAsReqBuilder.action(KrbAsReqBuilder.java:498) > at com.sun.security.auth.module.Krb5LoginModule.attemptAuthentication(Krb5LoginModule.java:782) > ... 20 more > 22/08/29 08:20:12 INFO util.ExitUtil: Exiting with status 1: org.apache.hadoop.security.KerberosAuthException: failure to login: for principal: nn/[email protected] > from keytab /etc/security/keytabs/nn.service.keytab javax.security.auth.login.LoginException: Message stream modified (41) > 22/08/29 08:20:12 INFO namenode.NameNode: SHUTDOWN_MSG: > /************************************************************ > SHUTDOWN_MSG: Shutting down NameNode at ambari-agent-01/192.168.160.3 > ************************************************************/ > ``` @guyuqi Please remember to comment this line for high version of JDK 1.8 when fill the KDC account  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
