Jarvis
Jarvis
@bulolo how about set price type to `decimal(30, 8)` refer this https://github.com/apache/seatunnel/blob/79bb70101a5056de7cd44197ce6a613bf5ad3a01/docs/en/connector-v2/source/FakeSource.md?plain=1#L165
mysql cdc default format will generate 2 record when upstream data updated, one record is delete one record is insert. maybe this is the reason why your data is duplicated....
please temporarily assign me, thanks.
update some finding here: in this method [releasePipelineResource](https://github.com/apache/seatunnel/blob/dev/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobMaster.java#L392) can't get the slot prifle. so the resource is not released.
> update some finding here: in this method [releasePipelineResource](https://github.com/apache/seatunnel/blob/dev/seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobMaster.java#L392) can't get the slot prifle. so the resource is not released. this IMAP info is put on `SCHEDULED` status when resource...
我记得web端生成配置文件时,会随机生成result_table_name,这样会导致下游找不到表名,你可以看下运行时打印的配置文件,看下是不是result_table_name是一个随机的。 然后你可以看下source端有没有设置result_table_name的选项,把这个给一个固定值
Hi, now the seatunnel support restapi and shell to submit job, maybe you can use other scheduler tool to scheduler the job.
any detail error log? can't understand what's your issue by the log or title
you can deploy the cluster and setup spark home to spark lib dir or mount spark lib to `/opt/spark` then you can submit to spark on k8s.