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 2021/01/19 15:38:18 UTC

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

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


   my&nbsp; &nbsp;common.properties&nbsp; configuration is as follows:
   # resource.storage.type=HDFS
   resource.storage.type=HDFS
   
   
   # resource store on HDFS/S3 path, resource file will store to this hadoop hdfs path, self configuration, please make sure the directory exists on hdfs and have read write permissions。"/dolphinscheduler" is recommended
   resource.upload.path=/dolphinscheduler
   
   
   # user data local directory path, please make sure the directory exists and have read write permissions
   #data.basedir.path=/tmp/dolphinscheduler
   
   
   # whether kerberos starts
   hadoop.security.authentication.startup.state=true
   
   
   # java.security.krb5.conf.path=/opt/dolphinscheduler/conf/krb5.conf
   java.security.krb5.conf.path=/opt/dolphinscheduler/conf/krb5.conf
   
   
   # login user from keytab username
   login.user.keytab.username=hdfs-mycluster@ESZ.COM
   
   
   # loginUserFromKeytab path
   login.user.keytab.path=/opt/dolphinscheduler/conf/hdfs.headless.keytab
   
   
   #resource.view.suffixs
   #resource.view.suffixs=txt,log,sh,conf,cfg,py,java,sql,hql,xml,properties
   
   
   # if resource.storage.type=HDFS
   hdfs.root.user=hadoop
   
   
   # if resource.storage.type=HDFS
   fs.defaultFS=hdfs://sv1:8020
   
   
   
   # if resource.storage.type=HDFS
   fs.s3a.endpoint=http://192.168.xx.xx:9010
   
   
   # if resource.storage.type=HDFS
   fs.s3a.access.key=xxxxxxxxxx
   
   
   # if resource.storage.type=HDFS
   fs.s3a.secret.key=xxxxxxxxxx
   
   
   # if resourcemanager HA enable, please type the HA ips ; if resourcemanager is single, make this value empty
   yarn.resourcemanager.ha.rm.ids=
   
   
   # if resourcemanager HA enable or not use resourcemanager, please keep the default value; If resourcemanager is single, you only need to replace ds1 to actual resourcemanager hostname.
   yarn.application.status.address=http://sv1:8088/ws/v1/cluster/apps/%s
   
   
   # system env path
   #dolphinscheduler.env.path=env/dolphinscheduler_env.sh
   development.state=false
   
   
   
   I don't know if the Dolphin Scheduler has to configure Kerberos when it uses the HDFS file system as a resource
   我现在不明白海豚调度器 使用hdfs文件系统作为资源存储的时候是否必去配置kerberos
   
   
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人: "dailidong"<notifications@github.com&gt;; 
   发送时间: 2020年12月29日(星期二) 晚上11:00
   收件人: "apache/incubator-dolphinscheduler"<incubator-dolphinscheduler@noreply.github.com&gt;; 
   抄送: "涛"<302983717@qq.com&gt;; "Author"<author@noreply.github.com&gt;; 
   主题: Re: [apache/incubator-dolphinscheduler] [Question] Create tenant to report an error (#4328)
   
   
   
   
   
     
   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  
   &mdash;
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.


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