You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/02/22 12:20:34 UTC

[GitHub] [incubator-dolphinscheduler] dailidong opened a new issue #1996: [BUG] install.sh will happen "sh: bin/dolphinscheduler-daemon.sh: No such file or directory" when first deploy

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #1996: [BUG] install.sh will happen "sh: bin/dolphinscheduler-daemon.sh: No such file or directory" when first deploy

Posted by GitBox <gi...@apache.org>.
dailidong commented on 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#issuecomment-589951204
 
 
   for now , users can skip these "sh: bin/dolphinscheduler-daemon.sh: No such file or directory" when first deploy

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] Eights-Li closed issue #1996: [BUG] install.sh will happen "sh: bin/dolphinscheduler-daemon.sh: No such file or directory" when first deploy

Posted by GitBox <gi...@apache.org>.
Eights-Li closed 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
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services