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
版权声明:本文标题:DolphinScheduler部署及使用 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1705450090a485235.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论