下载源码
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
标签:5.1,aggdesigner,1.1,v202303,jar,编译,pentaho,datax,eigenbase
From: https://www.cnblogs.com/hg-super-man/p/17371710.html