taosdata / DataX

DataX是阿里云DataWorks数据集成的开源版本。涛思数据基于DataX,开发了TDengine的Writer和Reader插件,为用户提供ETL和数据迁移的工具。
Other
41 stars 9 forks source link

Update pom.xml #18

Closed ChanaLii closed 2 years ago

ChanaLii commented 2 years ago

The "oscarJDBC.jar" file download failed and needs to be replaced with the new version.

References: https://github.com/alibaba/DataX/blob/master/oscarwriter/pom.xml

ChanaLii commented 2 years ago

The project failed to compile according to the documentation steps. After investigation, it was found that oscarwriter could not download oscarJDBC.jar. Check that the alibaba version of DataX has been repaired. For details of the repair, please check the submitted content

References: https://www.taosdata.com/blog/2021/10/26/3156.html

huolibo commented 2 years ago

The Oscar database has official jdbc.jar. It might not be easy to download. If not data migration between TDengine and Oscar, you can ignore oscarwriter module when building the project. e.g. <!--<module>oscarwriter</module>--> in pom.xml.

sangshuduo commented 2 years ago

@ChanaLii please raise the issue to oscar or Alibaba dataX team. As downstream of dataX, we should not modify the upstream's setup. We will close this PR.