dockerzhang merged PR #11468:
URL: https://github.com/apache/inlong/pull/11468
--
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-unsubscr...@inlon
emptyOVO commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1845883163
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/exception/DolphinScheduleException.java:
##
@@ -0,0 +1,32 @@
+/*
+ * Licensed to t
emptyOVO commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1845882965
##
inlong-manager/manager-schedule/pom.xml:
##
@@ -73,5 +73,35 @@
junit-jupiter
test
+
+org.testcontainers
+
emptyOVO commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1845911368
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/dolphinscheduler/DolphinScheduleUtils.java:
##
@@ -0,0 +1,799 @@
+/*
+ * Licensed
vernedeng commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1845800768
##
inlong-manager/manager-schedule/pom.xml:
##
@@ -73,5 +73,35 @@
junit-jupiter
test
+
+org.testcontainers
+
emptyOVO commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1845401641
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/dolphinscheduler/DolphinScheduleUtils.java:
##
@@ -0,0 +1,719 @@
+/*
+ * Licensed
fuweng11 commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1841965538
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/exception/DolphinScheduleException.java:
##
@@ -0,0 +1,32 @@
+/*
+ * Licensed to t
fuweng11 commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1841961315
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/dolphinscheduler/DolphinScheduleUtils.java:
##
@@ -0,0 +1,719 @@
+/*
+ * Licensed
fuweng11 commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1837825449
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/dolphinscheduler/DolphinScheduleEngine.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed
fuweng11 commented on code in PR #11468:
URL: https://github.com/apache/inlong/pull/11468#discussion_r1837583090
##
inlong-manager/manager-schedule/src/main/java/org/apache/inlong/manager/schedule/dolphinscheduler/DolphinScheduleEngine.java:
##
@@ -0,0 +1,263 @@
+/*
+ * Licensed
emptyOVO commented on PR #11468:
URL: https://github.com/apache/inlong/pull/11468#issuecomment-2464369859
> Nice work! Overall LGTM, just one thing, does dolphinscheduler only
support crontab schedule type?
Yes, natively, only Crontab expressions are accepted for task scheduling.
And
aloyszhang commented on PR #11468:
URL: https://github.com/apache/inlong/pull/11468#issuecomment-2464324738
Nice work!
Overall LGTM, just one thing, does dolphinscheduler only support crontab
schedule type?
--
This is an automated message from the Apache Git Service.
To respond to the
emptyOVO opened a new pull request, #11468:
URL: https://github.com/apache/inlong/pull/11468
Fixes #11401
### Motivation
* add `dolphinscheduler` package in `org.apache.inlong.manager.schedule`
* add Client and Engine to DS, and Utils for operating open-API of DS
13 matches
Mail list logo