DataX (DATAX-OPENSOURCE-3.0), From Alibaba ! Copyright (C) 2010-2017, Alibaba Group. All Rights Reserved.
2022-11-30 16:13:19.563 [main] INFO VMInfo - VMInfo# operatingSystem class => com.sun.management.UnixOperatingSystem 2022-11-30 16:13:19.572 [main] INFO Engine - the machine info =>
2022-11-30 16:13:29.726 [job-0] INFO JobContainer - DataX Reader.Job [streamreader] do post work. 2022-11-30 16:13:29.726 [job-0] INFO JobContainer - DataX jobId [0] completed successfully. 2022-11-30 16:13:29.727 [job-0] INFO HookInvoker - No hook invoked, because base dir not exists or is a file: /opt/module/datax/hook 2022-11-30 16:13:29.729 [job-0] INFO JobContainer - [total cpu info] => averageCpu | maxDeltaCpu | minDeltaCpu 3.40% | 3.40% | 3.40%
经DataX智能分析,该任务最可能的错误原因是: com.alibaba.datax.common.exception.DataXException: Code:[Common-00], Describe:[您提供的配置文件存在错误信息,请检查您的作业配置 .] - 配置信息错误,您提供的配置文件[/opt/module/datax/plugin/reader/._txtfilereader/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)
root@ysi-edh-app04:/opt/module/datax/bin #timed out waiting for input: auto-logout
DataX (DATAX-OPENSOURCE-3.0), From Alibaba ! Copyright (C) 2010-2017, Alibaba Group. All Rights Reserved.
Please refer to the streamreader document: https://github.com/alibaba/DataX/blob/master/streamreader/doc/streamreader.md
Please refer to the streamwriter document: https://github.com/alibaba/DataX/blob/master/streamwriter/doc/streamwriter.md Please save the following configuration as a json file and use python {DATAX_HOME}/bin/datax.py {JSON_FILE_NAME}.json to run the job.
经DataX智能分析,该任务最可能的错误原因是: com.alibaba.datax.common.exception.DataXException: Code:[StreamReader-02], Description:[不支持的column类型]. - 不支持类型[int] at com.alibaba.datax.common.exception.DataXException.asDataXException(DataXException.java:26) at com.alibaba.datax.plugin.reader.streamreader.StreamReader$Job.dealColumn(StreamReader.java:85) at com.alibaba.datax.plugin.reader.streamreader.StreamReader$Job.init(StreamReader.java:38) at com.alibaba.datax.core.job.JobContainer.initJobReader(JobContainer.java:673) at com.alibaba.datax.core.job.JobContainer.init(JobContainer.java:303) at com.alibaba.datax.core.job.JobContainer.start(JobContainer.java:113) at com.alibaba.datax.core.Engine.start(Engine.java:92) at com.alibaba.datax.core.Engine.entry(Engine.java:171) at com.alibaba.datax.core.Engine.main(Engine.java:204)
DataX (DATAX-OPENSOURCE-3.0), From Alibaba ! Copyright (C) 2010-2017, Alibaba Group. All Rights Reserved.
Please refer to the mysqlreader document: https://github.com/alibaba/DataX/blob/master/mysqlreader/doc/mysqlreader.md
Please refer to the mysqlwriter document: https://github.com/alibaba/DataX/blob/master/mysqlwriter/doc/mysqlwriter.md Please save the following configuration as a json file and use python {DATAX_HOME}/bin/datax.py {JSON_FILE_NAME}.json to run the job.
DataX (DATAX-OPENSOURCE-3.0), From Alibaba ! Copyright (C) 2010-2017, Alibaba Group. All Rights Reserved.
Please refer to the postgresqlreader document: https://github.com/alibaba/DataX/blob/master/postgresqlreader/doc/postgresqlreader.md
Please refer to the postgresqlreader document: https://github.com/alibaba/DataX/blob/master/elasticsearchwriter/doc/elasticsearchwriter.md Please save the following configuration as a json file and use python {DATAX_HOME}/bin/datax.py {JSON_FILE_NAME}.json to run the job.
Read writer[elasticsearchwriter] template error: : can't find file /opt/module/datax/plugin/writer/elasticsearchwriter/plugin_job_template.json Traceback (most recent call last): File "datax.py", line 228, in <module> generateJobConfigTemplate(options.reader, options.writer) File "datax.py", line 156, in generateJobConfigTemplate jobTemplate['job']['content'][0]['writer'] = writerPar UnboundLocalError: local variable 'writerPar' referenced before assignment