lvchongyi commented on issue #5872:
URL: 
https://github.com/apache/dolphinscheduler/issues/5872#issuecomment-888876740


   this is content of 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.
   #
   
   # user data local directory path, please make sure the directory exists and 
have read write permissions
   data.basedir.path=/usr/lib/dolphinscheduler/data
   
   # 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=/user/dolphinscheduler
   
   # whether to startup kerberos
   hadoop.security.authentication.startup.state=true
   
   # java.security.krb5.conf.path=/etc/krb5.conf
   java.security.krb5.conf.path=/etc/krb5.conf
   
   # login user from keytab username
   [email protected]
   
   # login user from keytab path
   login.user.keytab.path=/etc/security/keytabs/dolphinscheduler.keytab
   
   # kerberos expire time, the unit is hour
   kerberos.expire.time=500
   
   # resource view suffixss
   
#resource.view.suffixs=txt,log,sh,bat,conf,cfg,py,java,sql,xml,hql,properties,json,yml,yaml,ini,js
   
   # if resource.storage.type=HDFS
   hdfs.root.user=dolphinscheduler
   
   # if resource.storage.type=HDFS
   fs.defaultFS=hdfs://vdapp117:8020
   
   # if resource.storage.type=HDFS
   fs.s3a.endpoint=
   
   # if resource.storage.type=HDFS
   fs.s3a.access.key=
   
   # if resource.storage.type=HDFS
   fs.s3a.secret.key=
   
   # if resourcemanager HA is enabled, please set the HA IPs; if 
resourcemanager is single, keep this value empty
   yarn.resourcemanager.ha.rm.ids=vdapp117
   
   # if resourcemanager HA is enabled 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://vdapp117:8088/ws/v1/cluster/apps/%s
   
   # system env path
   
dolphinscheduler.env.path=/usr/lib/dolphinscheduler/conf/env/dolphinscheduler_env.sh
   
   # development state
   development.state=false
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to