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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]