瀏覽代碼

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
liwenhe1993 5 年之前
父節點
當前提交
d7d7e95498
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      script/dolphinscheduler-daemon.sh

+ 0 - 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