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


   > conf/common.properties
   
   #
   # Licensed to the Apache Software Foundation (ASF) under one or more
   # contributor license agreements.  See the NOTICE file distributed with
   # this work for additional information regarding copyright ownership.
   # The ASF licenses this file to You under the Apache License, Version 2.0
   # (the "License"); you may not use this file except in compliance with
   # the License.  You may obtain a copy of the License at
   #
   #     http://www.apache.org/licenses/LICENSE-2.0
   #
   # Unless required by applicable law or agreed to in writing, software
   # distributed under the License is distributed on an "AS IS" BASIS,
   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   # See the License for the specific language governing permissions and
   # limitations under the License.
   #
   
   #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