You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/12/29 15:00:54 UTC

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #4328: [Question] Create tenant to report an error

dailidong commented on issue #4328:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4328#issuecomment-752109825


   > Can't get Kerberos ,Please confirm that your configuration is correct.
   
   yes, you should check the config in the common.properties, usually it is because your following config are not right 
   ```
   # whether kerberos starts
   hadoop.security.authentication.startup.state=true
   
   # java.security.krb5.conf path
   java.security.krb5.conf.path=/opt/krb5.conf
   
   # login user from keytab username
   login.user.keytab.username=hdfs-mycluster@ESZ.COM
   
   # loginUserFromKeytab path
   login.user.keytab.path=/opt/hdfs.headless.keytab
   ````


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org