cubefs / compass

Compass is a task diagnosis platform for bigdata
Apache License 2.0
362 stars 137 forks source link

Does it support the latest 3.x version of DolphinScheduler? #25

Open chenshuai1995 opened 1 year ago

chenshuai1995 commented 1 year ago

How to adapt different versions of DolphinScheduler, the corresponding database table structure

zebozhuang commented 1 year ago

How to adapt different versions of DolphinScheduler, the corresponding database table structure

Now we only support 2.x version of DolphinScheduler, there is a little difference between 2.x and 3.x. but we will make them campatile soon. By the way, any detail about DolphinScheduler when you use 3.x with compass?

chenshuai1995 commented 1 year ago

How to adapt different versions of DolphinScheduler, the corresponding database table structure

Now we only support 2.x version of DolphinScheduler, there is a little difference between 2.x and 3.x. but we will make them campatile soon. By the way, any detail about DolphinScheduler when you use 3.x with compass?

Sorry, not yet. We plan to upgrade to the latest DolphinScheduler 3.x version later

chenwenjob commented 1 year ago

Note that there is no support for DolphinScheduler 3.X. I used DolphinScheduler 3.X to debug the compass. The table structure changed itself, but the UI never had any data.

zebozhuang commented 1 year ago

Note that there is no support for DolphinScheduler 3.X. I used DolphinScheduler 3.X to debug the compass. The table structure changed itself, but the UI never had any data.

Got it, we plan to get it adapted to 3.X. Thanks for your feedback.