You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/12/03 09:04:23 UTC

[GitHub] [dolphinscheduler] zhongjiajie commented on a change in pull request #7151: [deploy] Add export database type for before daemon file

zhongjiajie commented on a change in pull request #7151:
URL: https://github.com/apache/dolphinscheduler/pull/7151#discussion_r761756444



##########
File path: dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/QuartzExecutors.java
##########
@@ -150,7 +149,6 @@ public static QuartzExecutors getInstance() {
      */
     private void init() {
         try {
-            PropertyUtils.loadPropertyFile(DATASOURCE_PROPERTIES);

Review comment:
       I think this line just want to get variable `SPRING_DATASOURCE_DRIVER_CLASS_NAME ` in datasource.properties . and in this case we just have `SPRING_DATASOURCE_DRIVER_CLASS_NAME` in our env, Am I right @lenboo @CalvinKirs @kezhenxu94 




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org