You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by te...@apache.org on 2020/02/15 11:58:54 UTC

[incubator-dolphinscheduler] branch dev updated: 1,quartz.properties add conf category 2,dolphinscheduler-daemon.sh modify (#1960)

This is an automated email from the ASF dual-hosted git repository.

technoboy 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 c6f2524  1,quartz.properties add conf category 2,dolphinscheduler-daemon.sh modify (#1960)
c6f2524 is described below

commit c6f252451bd68fe54f4da95eeeb0c76fbf3c6c0b
Author: qiaozhanwei <qi...@outlook.com>
AuthorDate: Sat Feb 15 19:58:45 2020 +0800

    1,quartz.properties add conf category 2,dolphinscheduler-daemon.sh modify (#1960)
    
    * 1,remove dolphinscheduler-rpc module  2,add dolphinscheduler-remote module 3,add dolphinscheduler-service module 4,refactor LoggerServer module (#1925)
    
    * 1,remove dolphinscheduler-rpc module
    2,add dolphinscheduler-remote module
    3,add dolphinscheduler-service module
    4,refactor LoggerServer module
    
    * ProcessUtils modify
    
    * Refactor architecture (#1926)
    
    * move version to parent pom
    
    * move version properties to parent pom for easy management
    
    * remove freemarker dependency
    
    * delete CombinedApplicationServer
    
    * #1871 correct spelling
    
    * #1873 some updates for TaskQueueZkImpl
    
    * #1875 remove unused properties in pom
    
    * #1878
    1. remove tomcat dependency
    2. remove combined_logback.xml in api module
    3. format pom.xml for not aligning
    
    * #1885 fix api server startup failure
    1. add jsp-2.1 dependency
    2. remove jasper-runtime dependency
    
    * add stringutils ut (#1921)
    
    * add stringutils ut
    
    * Newfeature for #1675. (#1908)
    
    Continue to finish the rest works, add the cache feature for dependence,mr,python,sub_process,procedure and shell.
    
    * Add modify user name for process definition (#1919)
    
    * class overrides equals() and should therefore also override hashCode()
    
    * #1862 add modify user in process difinition list
    
    * #1862 add pg-1.2.2 ddl.sql
    
    * modify ScriptRunnerTest
    
    * add updateProessDifinition UT
    
    * modify updateProcessDifinition UT
    
    * modify updateProcessDifinition UT
    
    * modify mysql 1.2.2 ddl.sql&dml.sql
    
    * add scope test to mysql in pom
    
    * modify pg-1.2.2 ddl.sql
    
    * refactor module
    
    * updates
    
    Co-authored-by: khadgarmage <kh...@outlook.com>
    Co-authored-by: zhukai <bo...@qq.com>
    Co-authored-by: Yelli <am...@my.com>
    
    * dolphinscheduler-common remove spring (#1931)
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * SpringApplicationContext class title add license (#1932)
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * add license (#1934)
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * Refactor architecture (#1936)
    
    * move datasource classes to dao module
    
    * fix send4LetterWord bug
    
    * LoggerServiceTest remove ProcessDao (#1944)
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * dolphinscheduler-common remove spring
    
    * LoggerServiceTest remove ProcessDao
    
    * exclude jasper-compiler in case of runtime conflict (#1938)
    
    * move datasource classes to dao module
    
    * fix send4LetterWord bug
    
    * exclude jasper-compiler in case of runtime conflict
    
    * DataAnaylysisServiceTest and ProcessDefinitionService modify
    
    * remote module add comment
    
    * OSUtilsTest modify
    
    * add finally block to close channel (#1951)
    
    * move datasource classes to dao module
    
    * fix send4LetterWord bug
    
    * exclude jasper-compiler in case of runtime conflict
    
    * add finally block to close channel
    
    * 1,quartz.properties add conf category
    2,dolphinscheduler-daemon.sh modify
    
    * dolphinscheduler-binary.xml modify
    
    Co-authored-by: Tboy <te...@yeah.net>
    Co-authored-by: khadgarmage <kh...@outlook.com>
    Co-authored-by: zhukai <bo...@qq.com>
    Co-authored-by: Yelli <am...@my.com>
---
 .../src/main/assembly/dolphinscheduler-binary.xml         | 15 +++++++++++++++
 script/dolphinscheduler-daemon.sh                         |  2 +-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
index b4326c6..28bbb36 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-binary.xml
@@ -112,6 +112,21 @@
 		</fileSet>
 		<!--server end-->
 
+
+		<!--service end-->
+		<fileSet>
+			<directory>${basedir}/../dolphinscheduler-service/src/main/resources</directory>
+			<includes>
+				<include>**/*.properties</include>
+				<include>**/*.xml</include>
+				<include>**/*.json</include>
+				<include>**/*.yml</include>
+			</includes>
+			<outputDirectory>conf</outputDirectory>
+		</fileSet>
+		<!--service end-->
+
+
 		<fileSet>
 			<directory>${basedir}/../dolphinscheduler-server/target/dolphinscheduler-server-${project.version}</directory>
 			<includes>
diff --git a/script/dolphinscheduler-daemon.sh b/script/dolphinscheduler-daemon.sh
index d4db103..d942bca 100644
--- a/script/dolphinscheduler-daemon.sh
+++ b/script/dolphinscheduler-daemon.sh
@@ -69,7 +69,7 @@ elif [ "$command" = "alert-server" ]; then
   LOG_FILE="-Dserver=alert-server"
   CLASS=org.apache.dolphinscheduler.alert.AlertServer
 elif [ "$command" = "logger-server" ]; then
-  CLASS=org.apache.dolphinscheduler.server.rpc.LoggerServer
+  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