|
@@ -98,8 +98,8 @@ hdfsRootUser="hdfs"
|
|
|
kerberosStartUp="false"
|
|
|
# kdc krb5 config file path
|
|
|
krb5ConfPath="$installPath/conf/krb5.conf"
|
|
|
-# keytab username
|
|
|
-keytabUserName="hdfs-mycluster@ESZ.COM"
|
|
|
+# keytab username,watch out the @ sign should followd by \\
|
|
|
+keytabUserName="hdfs-mycluster\\@ESZ.COM"
|
|
|
# username keytab path
|
|
|
keytabPath="$installPath/conf/hdfs.headless.keytab"
|
|
|
# kerberos expire time, the unit is hour
|