DataLinkDC/dinky

FAQ

aiwenmo opened this issue · 10 comments

The following list is the latest FAQ (keep up to date).

If you encounter problems in using open source projects, you can find relevant problems and solutions in the issue list below.

If it cannot be solved or does not exist, you can create a bug type issue; If you want to share a FAQ, you can create an issue of FAQ type and associate it in the comment list.

以下列表是最新的 FAQ(保持最新)。

如果您在使用开源项目中遇到问题,可以在以下 issue 列表中寻找相关的问题及解决办法。

如若无法解决或者不存在时,可以创建一个 Bug 类型的 issue;如果你想分享一个 FAQ 可以创建一个 FAQ 类型的 issue ,然后在评论列表关联。

Deploy

Platform

Extends

Flink

Share

Q: TINYINT mapping type is BOOLEAN
A: you can use tinyInt1isBit=false cdc-issue:https://github.com/ververica/flink-cdc-connectors/pull/2030/files

在提及flink-on-yarn时报Caused by: java.lang.ClassCastException: org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileInfoRequestProto cannot be cast to com.google.protobuf.Message这样一个异常

When I create a task, I cannot open it. Double-clicking the task or right-clicking to open it does not respond。

dinky添加phoenix-5.0.0-cdh6.2.0-client.jar启动抛异常,包冲突
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerAdapter' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter]: Factory method 'requestMappingHandlerAdapter' threw exception; nested exception is java.lang.NoSuchMethodError: com.jayway.jsonpath.spi.json.JacksonJsonProvider.(Lcom/fasterxml/jackson/databind/ObjectMapper;)V

根据dinky官方文档next版本,按照CDCSOURCE 整库同步 中的整库同步到mysql示例,任务进行全量同步完成后,数据库新增数据后,增量数据没有同步,flink任务和目标数据库都没有新增变动,执行模式是yarn session

FlinkJar 上传了无法选中包
QQ图片20231208171225

Hello @, this issue has not been active for more than 30 days. This issue will be closed in 7 days if there is no response. If you have any questions, you can comment and reply.

你好 @, 这个 issue 30 天内没有活跃,7 天后将关闭,如需回复,可以评论回复。

根据dinky官方文档next版本,按照CDCSOURCE 整库同步 中的整库同步到mysql示例,任务进行全量同步完成后,数据库新增数据后,增量数据没有同步,flink任务和目标数据库都没有新增变动,执行模式是yarn session

这个问题解决了吗,我也遇到了类似的问题

dinky1.0版本,本地编译成功之后,代码中还是提示缺少FlinkUtil类?
image

dinky1.0版本,本地编译成功之后,代码中还是提示缺少FlinkUtil类? image

请仔细阅读官网文档本地调试相关,不要断章取义,需逐字查看,以及查看相关截图