CalvinKirs commented on a change in pull request #6102:
URL: https://github.com/apache/dolphinscheduler/pull/6102#discussion_r702400594



##########
File path: docker/build/startup.sh
##########
@@ -67,12 +68,13 @@ waitZK() {
 printUsage() {
     echo -e "Dolphin Scheduler is a distributed and easy-to-expand visual DAG 
workflow scheduling system,"
     echo -e "dedicated to solving the complex dependencies in data processing, 
making the scheduling system out of the box for data processing.\n"
-    echo -e "Usage: [ all | master-server | worker-server | api-server | 
alert-server ]\n"
-    printf "%-13s:  %s\n" "all"           "Run master-server, worker-server, 
api-server and alert-server"
-    printf "%-13s:  %s\n" "master-server" "MasterServer is mainly responsible 
for DAG task split, task submission monitoring."
-    printf "%-13s:  %s\n" "worker-server" "WorkerServer is mainly responsible 
for task execution and providing log services."
-    printf "%-13s:  %s\n" "api-server"    "ApiServer is mainly responsible for 
processing requests and providing the front-end UI layer."
-    printf "%-13s:  %s\n" "alert-server"  "AlertServer mainly include Alarms."
+    echo -e "Usage: [ all | master-server | worker-server | api-server | 
alert-server | standalone-server ]\n"

Review comment:
       It seems that standalone-server should not be included here




-- 
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]


Reply via email to