Describe the bug
when I first deploy the DolphinScheduler, I find that
# 3,stop server
echo "3,stop server"
sh ${workDir}/script/stop-all.sh
...
# 5,scp resources
echo "5,scp resources"
sh ${workDir}/script/scp-hosts.sh
if [ $? -eq 0 ]
then
echo 'scp copy completed'
else
echo 'scp copy failed to exit'
exit -1
fi
Which version of Dolphin Scheduler:
-[1.2.0]
how to solve
the 3 step should change position to the 5 step, becase on the 3 step, the shell scripts not exists in the install path