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 2020/12/15 11:56:06 UTC

[GitHub] [incubator-dolphinscheduler] IamMujuziMoses commented on a change in pull request #4164: [Feature][Dao] Execute sql from the latest image version not earliest to current version

IamMujuziMoses commented on a change in pull request #4164:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4164#discussion_r543281100



##########
File path: dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/DolphinSchedulerManager.java
##########
@@ -78,6 +78,13 @@ public void initDolphinSchedulerSchema() {
 
         logger.info("Start initializing the DolphinScheduler manager table structure");
         upgradeDao.initSchema();
+        //create directories in the sql/create to store the multiple upgrade mirrors
+        try {
+            UpgradeDao.createMirrorDirs();

Review comment:
       >
   >
   > Hi,Why create mirror dirs here?And what's the different from the ddl under sql/create and sql/upgrade?
   
   Well, I wanted the mirror directories to be created once the DolphinScheduler is initialized, I thought that was the right way, is there any better way, am eager for suggestions, thanks
   
   >
   >
   > I think you've done much better this time than you did last time.Now you only need design the ddl and dml under sql/create,where the file of mirror ddls and dmls come from?You can see the example of existed files of sql/createm.
   
   Thank you very much, but the big question for me is; all this creating new ddl and dml is new to me, so how can I get them from iterating sql/create?! Thanks




----------------------------------------------------------------
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.

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