This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new d7d7e95 Remove combined-server config in dolphinscheduler-daemon.sh
file (#1967)
d7d7e95 is described below
commit d7d7e95498cd69132660c7287052bb328a76f4ec
Author: liwenhe1993 <[email protected]>
AuthorDate: Mon Feb 17 19:07:25 2020 +0800
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
---
script/dolphinscheduler-daemon.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/script/dolphinscheduler-daemon.sh
b/script/dolphinscheduler-daemon.sh
index d942bca..abc33a4 100644
--- a/script/dolphinscheduler-daemon.sh
+++ b/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