其他分享
首页 > 其他分享> > Could not find artifact org.apache.sqoop:sqoop:jar:1.4.6.2.3.99.0-195

Could not find artifact org.apache.sqoop:sqoop:jar:1.4.6.2.3.99.0-195

作者:互联网

编译Atlas时候报错,报错信息为:

[ERROR] Failed to execute goal on project sqoop-bridge-shim: 
Could not resolve dependencies for project org.apache.atlas:sqoop-bridge-shim:jar:0.8.4: 
Could not find artifact org.apache.sqoop:sqoop:jar:1.4.6.2.3.99.0-195 in
 aliyunmaven (https://maven.aliyun.com/repository/central) -> [Help 1]

原来这个jar包需要从如下获取:
http://repo.hortonworks.com/content/repositories/releases/org/apache/sqoop/sqoop/1.4.6.2.3.99.0-195/


maven安装命令:

mvn install:install-file -Dfile=sqoop-1.4.6.2.3.99.0-195.jar -DgroupId=org.apache.sqoop -DartifactId=sqoop -Dversion=1.4.6.2.3.99.0-195 -Dpackaging=jar

标签:1.4,195,sqoop,jar,6.2,apache
来源: https://blog.51cto.com/u_15278282/2933658