目录
一、问题描述
背景:做 Spark 项目时,需要添加 hive-exec 依赖,其中引用了 5.1.5-jhyde 包,但已配置的远程仓库中不包含此包无法下载,因此加载时出现报错信息。
报错信息:Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde in nexus (...)。表示Maven配置的远程仓库链接无法下载到此包。
二、解决方案
1、依赖
添加 hive-exec 依赖时,其中有引用 org.pentaho:pentaho-aggdesigner-algorithm:5.1.5-jhyde 的包。 注释部分依赖是否添加都无所谓,此处用作测试是否能够下载依赖包。
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>