You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
任务设置 SET 'execution.checkpointing.interval'='30'; 等变量,并且点击保存,提示保存成功。刷新页面或重新进入项目后,提示版本不一致,后端并没有保存上,右侧的勾选手动输入的选项也会重置为未选中。还有一个问题就是用EXECUTE JAR WITH语法一直提示格式有误,语法有误,最后只能使用右边的form提交
Search before asking
What happened
任务设置 SET 'execution.checkpointing.interval'='30'; 等变量,并且点击保存,提示保存成功。刷新页面或重新进入项目后,提示版本不一致,后端并没有保存上,右侧的勾选手动输入的选项也会重置为未选中。还有一个问题就是用EXECUTE JAR WITH语法一直提示格式有误,语法有误,最后只能使用右边的form提交
EXECUTE JAR WITH (
-- 这里对应的就是我们刚刚在资源上传的Jar包
'uri'='rs:///flink-doris-connector-1.19-24.0.0.jar',
'main-class'='org.apache.doris.flink.tools.cdc.CdcTools',
'args'=' mysql-sync-database
--database app_db
--mysql-conf hostname=192.168.1.68
--mysql-conf port=3306
--mysql-conf username=root
--mysql-conf password=123456
--mysql-conf database-name=app_db
--mysql-conf server-time-zone=UTC
--including-tables "orders"
--sink-conf fenodes=192.168.1.68:8030
--sink-conf username=root
--sink-conf jdbc-url=jdbc:mysql://192.168.1.68:9030
--sink-conf sink.label-prefix=label-2
--table-conf replication_num=1 '
);
What you expected to happen
可以保存自定义信息
How to reproduce
如图
Anything else
No response
Version
1.2.0-RC5
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: