datax_v202303 编译和使用

下载源码

git clone https://github.com/alibaba/DataX.git
# 查看tag
git tag
git checkout datax_v202303

安装无法下载的jar到本地仓库

下载地址pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar

https://github.com/xiaohaibaba/share_jar/raw/main/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar

Maven编译时无法自动下载pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar,需要手动下载并安装到本地仓库。安装命令:

mvn install:install-file -Dfile=./pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar -DgroupId=org.pentaho -DartifactId=pentaho-aggdesigner-algorithm -Dversion=5.1.5-jhyde -Dpackaging=jar

下载地址eigenbase-properties-1.1.4.jar

https://github.com/xiaohaibaba/share_jar/raw/main/eigenbase-properties-1.1.4.jar

Maven编译时无法自动下载eigenbase-properties-1.1.4.jar,需要手动下载并安装到本地仓库。安装命令:

mvn install:install-file -Dfile=./eigenbase-properties-1.1.4.jar -DgroupId=eigenbase -DartifactId=eigenbase-properties -Dversion=1.1.4 -Dpackaging=jar
posted @ 2023-05-04 16:33  尐海爸爸  阅读(191)  评论(0编辑  收藏  举报