我是靠谱客的博主 自信春天,最近开发中收集的这篇文章主要介绍Hue:Failure to find com.cloudera.cdh:cdh-root:pom:5.14.0 in https://repository.cloudera.com/content/,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

今天安装Hue报错如下:

Non-resolvable parent POM for com.cloudera.hue:hue-parent:3.9.0-cdh5.14.0: 
Failure to find com.cloudera.cdh:cdh-root:pom:5.14.0 in https://repository.cloudera.com/content/groups/cdh-releases-rcs was cached in the local repository, resolution will not be reattempted until the update interval of cdh.releases.repo has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ com.cloudera.hue:hue-parent:3.9.0-cdh5.14.0, /home/hue-3.9.0-cdh5.14.0/maven/pom.xml, line 23, column 11 -> [Help 2]

在网上找了很久很有找到解决方案,换了一个思路,直接更换maven的地址

解决方案:

vim /home/hue-3.9.0-cdh5.14.0/maven/pom.xml

添加地址:

<repository>
    <id>cloudera</id>
    <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
<repository>
    <id>cloudera.public.repo</id>
    <url>https://repository.cloudera.com/artifactory/public</url>
</repository>

最后

以上就是自信春天为你收集整理的Hue:Failure to find com.cloudera.cdh:cdh-root:pom:5.14.0 in https://repository.cloudera.com/content/的全部内容,希望文章能够帮你解决Hue:Failure to find com.cloudera.cdh:cdh-root:pom:5.14.0 in https://repository.cloudera.com/content/所遇到的程序开发问题。

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

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

评论列表共有 0 条评论

立即
投稿
返回
顶部