dailidong opened a new issue #1996: [BUG] install.sh will happen "sh: 
bin/dolphinscheduler-daemon.sh: No such file or directory" when first deploy
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1996
 
 
   **Describe the bug**
   # 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 the 3 step, the 
shell scripts not exists in the install path

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to