当前位置:网站首页>datax自检报错 /datax/plugin/reader/._drdsreader/plugin.json]不存在
datax自检报错 /datax/plugin/reader/._drdsreader/plugin.json]不存在
2022-07-06 07:32:00 【GOD_WAR】
datax运行自检命令报错 datax/plugin/reader/._xxxx/plugin.json]不存在
报错如下:
2022-06-29 17:18:34.802 [main] WARN ConfigParser - 插件[streamreader,streamwriter]加载失败,1s后重试... Exception:Code:[Common-00], Describe:[您提供的配置文件存在错误信息,请检查您的作业配置 .] - 配置信息错误,您提供的配置文件[/home/hadoop/apps/datax/plugin/reader/._drdsreader/plugin.json]不存在. 请检查您的配置文件.
2022-06-29 17:18:35.833 [main] ERROR Engine -经DataX智能分析,该任务最可能的错误原因是:
com.alibaba.datax.common.exception.DataXException: Code:[Common-00], Describe:[您提供的配置文件存在错误信息,请检查您的作业配置 .] - 配置信息错误,您提供的配置文件[/home/hadoop/apps/datax/plugin/reader/._drdsreader/plugin.json]不存在. 请检查您的配置文件.
at com.alibaba.datax.common.exception.DataXException.asDataXException(DataXException.java:26)
at com.alibaba.datax.common.util.Configuration.from(Configuration.java:95)
at com.alibaba.datax.core.util.ConfigParser.parseOnePluginConfig(ConfigParser.java:153)
at com.alibaba.datax.core.util.ConfigParser.parsePluginConfig(ConfigParser.java:125)
at com.alibaba.datax.core.util.ConfigParser.parse(ConfigParser.java:63)
at com.alibaba.datax.core.Engine.entry(Engine.java:137)
at com.alibaba.datax.core.Engine.main(Engine.java:204)
删除.临时文件即可
在datax/plugin目录下运行
find ./* -type f -name ".*er" | xargs rm -rf

重新运行自检命令

边栏推荐
- How to configure GUI guide development environment
- Simulation of Teman green interferometer based on MATLAB
- word中把帶有某個符號的行全部選中,更改為標題
- qt颜色与字符串、uint相互转换
- Ble of Jerry [chapter]
- Methods for JS object to obtain attributes (. And [] methods)
- 学go之路(一)go的基本介绍到第一个helloworld
- 可变参数重载时的内存错误
- 合规、高效,加快药企数字化转型,全新打造药企文档资源中心
- 杰理之BLE【篇】
猜你喜欢

烧录场景下的源代码防泄密方案分享

Ali's redis interview question is too difficult, isn't it? I was pressed on the ground and rubbed
![Ble of Jerry [chapter]](/img/ce/127b597cdd238bb0c37326f5cf8265.png)
Ble of Jerry [chapter]

杰理之AD 系列 MIDI 功能说明【篇】

Crawling exercise: Notice of crawling Henan Agricultural University

Oracle column to row -- a field is converted to multiple rows according to the specified separator

杰理之BLE【篇】

Three no resumes in the software testing industry. What does the enterprise use to recruit you? Shichendahai's resume

leecode-C语言实现-15. 三数之和------思路待改进版
![[window] when the Microsoft Store is deleted locally, how to reinstall it in three steps](/img/57/ee979a7db983ad56f0df7345dbc91f.jpg)
[window] when the Microsoft Store is deleted locally, how to reinstall it in three steps
随机推荐
杰理之AD 系列 MIDI 功能说明【篇】
C # connect to SQLite database to read content
SSM learning
JMeter performance test steps practical tutorial
合规、高效,加快药企数字化转型,全新打造药企文档资源中心
Supervisor usage document
Three treasures of leeks and Chinese men's football team
Luogu p1836 number page solution
jmeter性能测试步骤实战教程
Seriously recommend several machine learning official account
#systemverilog# 可综合模型的结构总结
Simulation of Teman green interferometer based on MATLAB
杰理之开发板上电开机,就可以手机打开 NRF 的 APP【篇】
【线上问题处理】因代码造成mysql表死锁的问题,如何杀掉对应的进程
TypeScript接口与泛型的使用
If Jerry needs to send a large package, he needs to modify the MTU on the mobile terminal [article]
Typescript indexable type
[MySQL learning notes 32] mvcc
Bit operation XOR
C - Inheritance - polymorphism - virtual function member (lower)