zengqinchris edited a comment on issue #3271:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3271#issuecomment-662797210


   > conf/common.properties
   
   ```
   
   #task queue implementation, default "zookeeper"
   dolphinscheduler.queue.impl=zookeeper
   
   # user data directory path, self configuration, please make sure the 
directory exists and have read write permissions
   data.basedir.path=/tmp/dolphinscheduler
   
   # directory path for user data download. self configuration, please make 
sure the directory exists and have read write permissions
   data.download.basedir.path=/tmp/dolphinscheduler/download
   
   # process execute directory. self configuration, please make sure the 
directory exists and have read write permissions
   process.exec.basepath=/tmp/dolphinscheduler/exec
   
   # Users who have permission to create directories under the HDFS root path
   hdfs.root.user=
   
   # data base dir, 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
   data.store2hdfs.basepath=/dolphinscheduler
   
   # resource upload startup type : HDFS,S3,NONE
   res.upload.startup.type=HDFS
   
   # whether kerberos starts
   hadoop.security.authentication.startup.state=true
   
   # java.security.krb5.conf.path=
   java.security.krb5.conf.path=/etc/krb5.conf
   
   # loginUserFromKeytab user
   [email protected]
   
   # loginUserFromKeytab path
   login.user.keytab.path=/etc/security/keytabs/hdfs.headless.keytab
   
   # system env path. self configuration, please make sure the directory and 
file exists and have read write execute permissions
   
dolphinscheduler.env.path=/usr/dolphinscheduler/data/conf/env/.dolphinscheduler_env.sh
   
   #resource.view.suffixs=txt,log,sh,conf,cfg,py,java,sql,hql,xml
   resource.view.suffixs=txt,log,sh,conf,cfg,py,java,sql,hql,xml
   
   # is development.state=true
   development.state=true
   
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to