This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c855a59  fix-6316 (#6317)
c855a59 is described below

commit c855a5926ceb9cfb6efb0c901c8d92fe3774e999
Author: RichardStark <[email protected]>
AuthorDate: Thu Sep 23 22:43:58 2021 +0800

    fix-6316 (#6317)
---
 dolphinscheduler-server/src/main/resources/config/install_config.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dolphinscheduler-server/src/main/resources/config/install_config.conf 
b/dolphinscheduler-server/src/main/resources/config/install_config.conf
index 87de66c..d1e675f 100755
--- a/dolphinscheduler-server/src/main/resources/config/install_config.conf
+++ b/dolphinscheduler-server/src/main/resources/config/install_config.conf
@@ -98,8 +98,8 @@ hdfsRootUser="hdfs"
 kerberosStartUp="false"
 # kdc krb5 config file path
 krb5ConfPath="$installPath/conf/krb5.conf"
-# keytab username
-keytabUserName="[email protected]"
+# 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

Reply via email to