admin 管理员组

文章数量: 1086019


2024年1月17日发(作者:getservletconfig)

yarnHaIps="test03,test02"# if it is a single resourcemanager, you only need to configure one host name. If it is resourcemanager HA, the default configuration is YarnIp="ark1"# hdfs root path, the owner of the root path must be the deployment user.

# versions prior to 1.1.0 do not automatically create the hdfs root directory, you need to create it th="/dolphinscheduler"# have users who create directory permissions under hdfs root path /# Note: if kerberos is enabled, hdfsRootUser="" can be used otUser="hdfs"# 7. common

配置# ${installPath}/conf/common/ties

中# common config# Program root pathprogramPath="/tmp/dolphinscheduler"# download pathdownloadPath="/tmp/dolphinscheduler/download"# task execute pathexecPath="/tmp/dolphinscheduler/exec"# SHELL environmental variable pathshellEnvPath="$installPath/conf/env/.dolphinscheduler_"# suffix of the resource fileresSuffixs="txt,log,sh,conf,cfg,py,java,sql,hql,xml"# development status, if true, for the SHELL script, you can view the encapsulated SHELL script in the execPath directory.

# If it is false, execute the direct deletedevState="true"# kerberos config# kerberos whether to startkerberosStartUp="false"# kdc krb5 config file pathkrb5ConfPath="$installPath/conf/"# keytab usernamekeytabUserName="hdfs-mycluster@"# username keytab pathkeytabPath="$installPath/conf/"# 8. zk

配置# ${installPath}/conf/ties# zk config# zk root directoryzkRoot="/dolphinscheduler"# used to record the zk directory of the hanging machinezkDeadServers="$zkRoot/dead-servers"# masters directoryzkMasters="$zkRoot/masters"# workers directoryzkWorkers="$zkRoot/workers"# zk master distributed lockmastersLock="$zkRoot/lock/masters"# zk worker distributed lockworkersLock="$zkRoot/lock/workers"# zk master fault-tolerant distributed lockmastersFailover="$zkRoot/lock/failover/masters"# zk worker fault-tolerant distributed lockworkersFailover="$zkRoot/lock/failover/workers"# zk master start fault tolerant distributed lockmastersStartupFailover="$zkRoot/lock/failover/startup-masters"# zk session timeoutzkSessionTimeout="300"# zk connection timeoutzkConnectionTimeout="300"# zk retry intervalzkRetrySleep="100"# zk retry maximum number of times

注意:如果开启了kerberos,则需要填写 Principal


本文标签: 注意 需要 开启 填写