Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix]修复gaussdbreader和gaussdbwriter打包 #2194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saligia-tju
Copy link
Contributor

@saligia-tju saligia-tju commented Aug 22, 2024

gaussdbreader和gaussdbwriter没有在datax-all的package.xml中配置,因此打包后的target中没有这两个插件。

报错如图所示:

com.alibaba.datax.common.exception.DataXException: Code:[Framework-12], Description:[DataX插件初始化错误, 该问题通常是由于DataX安装错误引起,请联系您的运维解决 .].  - 插件加载失败,未完成指定插件加载:[gaussdbwriter, gaussdbreader]

	at com.alibaba.datax.common.exception.DataXException.asDataXException(DataXException.java:30)
	at com.alibaba.datax.core.util.ConfigParser.parsePluginConfig(ConfigParser.java:142)
	at com.alibaba.datax.core.util.ConfigParser.parse(ConfigParser.java:63)
	at com.alibaba.datax.core.Engine.entry(Engine.java:131)
	at TaskTest.gaussdb2gaussdb(TaskTest.java:133)

添加打包配置后:
image
image

@saligia-tju
Copy link
Contributor Author

@TrafalgarLuo 大佬有空帮忙看下,看起来这个打包问题已经有一段时间了

@linhong1997
Copy link

+1 今天我也发现这个问题 包名应该是writer,跑job才发现报错
6e4a49062e59dfb1c74070ed0cae1b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants