Browse Source

Remove combined-server config in dolphinscheduler-daemon.sh file (#1967)

* Support DS to create user and group in windows environment

* Add unit test

* delete combined-server config in dolphinscheduler-daemon.sh file
pull/2/head
liwenhe1993 4 years ago committed by GitHub
parent
commit
d7d7e95498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      script/dolphinscheduler-daemon.sh

3
script/dolphinscheduler-daemon.sh

@ -70,9 +70,6 @@ elif [ "$command" = "alert-server" ]; then
CLASS=org.apache.dolphinscheduler.alert.AlertServer
elif [ "$command" = "logger-server" ]; then
CLASS=org.apache.dolphinscheduler.server.log.LoggerServer
elif [ "$command" = "combined-server" ]; then
LOG_FILE="-Dlogging.config=classpath:combined_logback.xml -Dspring.profiles.active=api -Dserver.is-combined-server=true"
CLASS=org.apache.dolphinscheduler.api.CombinedApplicationServer
else
echo "Error: No command named \`$command' was found."
exit 1

Loading…
Cancel
Save