yanglongsheng commented on issue #14044:
URL:
https://github.com/apache/dolphinscheduler/issues/14044#issuecomment-1566414488
> @xyzhh By going into the internel logic of install.sh and scp-hosts.sh,
application.yaml and common.properties for each service is copied from the
original one in ./bin/${ServerName}-server/conf by scp.
>
> piece of code in install.sh: `bash ${workDir}/scp-hosts.sh`
>
> piece of code in scp-hosts.sh: ` scp -q -P $sshPort -r $workDir/../$dsDir
$host:$installPath`
>
> take an example: if you want to modify the application.yaml of master
server, you can modify ./bin/master-server/conf/application.yaml before you run
the install.sh. then each application.yaml of master servers would be the
modified one.
>
> Hope this would help you.
i don't know which version you are talking about ,but i think you path is
not right ,the real path should be : ./master-server/conf/application.yaml
--
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]