我是靠谱客的博主 敏感水蜜桃,最近开发中收集的这篇文章主要介绍hive Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 解决方案,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

用maven引入hive的jar包,pom.xml文件显示如下错误信息: 

 Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde

原因:引用jar包未能下载。
解决方法:

首先:从如下网址下载jar,上传到maven本地库路径org/pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde下

https://download.csdn.net/download/qq_21539671/11579204

https://www.kumapai.com/open/6417-pentaho-aggdesigner-algorithm/5-1-5-jhyde

重启eclipse后:pom.xml  增加jhyde依赖

	<dependency>
	    <groupId>org.pentaho</groupId>
	    <artifactId>pentaho-aggdesigner-algorithm</artifactId>
	    <version>5.1.5-jhyde</version>
	    <scope>test</scope>
	</dependency>

最后

以上就是敏感水蜜桃为你收集整理的hive Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 解决方案的全部内容,希望文章能够帮你解决hive Missing artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde 解决方案所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部