DataX编译问题解决


参考:

1、https://www.cnblogs.com/hit-zb/p/10933715.html

2、https://www.cnblogs.com/wuyouwei/p/10974223.html

上面两个参考结合能解决问题;

其中

缺少eigenbase:eigenbase-properties:jar:1.1.4
https://github.com/julianhyde/eigenbase-properties下载源码编译

cd
eigenbase-properties
mvn clean install
cd target
cp
eigenbase-properties-1.1.6-SNAPSHOT.jar {your_repo_path}/
mvn install:install-file -DgroupId=eigenbase -DartifactId=eigenbase-properties -Dversion=1.1.4 -Dpackaging=jar -Dfile={your_repo_path}/eigenbase-properties-1.1.6-SNAPSHOT.jar


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM