Replies: 4 comments 1 reply
-
@licanxue 你好这个问题解决了吗 如果没有解决 可以尝试在任务定义中尝试创建flink_stream任务,但是会遇到你一个问题就是实时任务运行一会就自动结束了,如果您这边问题解决了或者执行实时任务不会自动结束的话请和我分享一下解决方案 谢谢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我也遇到这个问题,看了下工作流创建时候前端参数,里边有个taskExecuteType:batch,相当于说默认把任务执行类型设置为了批模式,这应该是个bug吧,也没有让自己选择type的地方,就默认写死了batch |
Beta Was this translation helpful? Give feedback.
0 replies
-
@licanxue 您好,1秒结束,没有任务实例的情况我也遇到了,您解决了? |
Beta Was this translation helpful? Give feedback.
0 replies
-
我后续是通过修改源码解决的,启动flink是通过脚本启动的,修改那个脚本就可以解决这个问题
…------------------ 原始邮件 ------------------
发件人: "apache/dolphinscheduler" ***@***.***>;
发送时间: 2024年12月26日(星期四) 上午10:56
***@***.***>;
***@***.******@***.***>;
主题: Re: [apache/dolphinscheduler] 【求助】使用DS3.1.1+Flink1.17.0版本创建Flink Stream类型的工作流后无法产生任务实例 (Discussion #14432)
@licanxue 您好,1秒结束,没有任务实例的情况我也遇到了,您解决了?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用DS3.1.1+Flink1.17.0版本创建Flink Stream类型的工作流后无法产生任务实例,我的工作流定义如下:





保存上线之后,点击运行,可以看到工作流实例中产生了对应的记录,但是运行时间只有1s
然后此时去任务实例的实时任务列表中,没有产生对应的任务实例:
请问,这是什么原因?是否DS的版本和Flink不匹配?我创建Flink的任务却可以正常运行。
Beta Was this translation helpful? Give feedback.
All reactions