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