0

我正在使用 Cloudera Virtualbox。我正在尝试使用 cloudera manager 设置一个节点 hadoop 集群。这是我得到的错误。

BEGIN yum makecache
Loaded plugins: fastestmirror
http://beta.cloudera.com/search/redhat/6/x86_64/search/0/repodata/repomd.xml: [Errno 14] 
PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: cdh-solr.
Please verify its path and try again
END (1)
Installing jdk package...
BEGIN yum list installed jdk
Loaded plugins: fastestmirror
Installed Packages
jdk.x86_64 2000:1.6.0_31-fcs @cloudera-manager
END (0)
BEGIN echo jdk cloudera-manager-agent cloudera-manager-daemons | grep jdk
jdk cloudera-manager-agent cloudera-manager-daemons
END (0)
BEGIN yum info jdk
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: mirror.as24220.net
* epel: mirror.as24220.net
* extras: mirror.colocity.com
* updates: centos.mirror.crucial.com.au
http://beta.cloudera.com/search/redhat/6/x86_64/search/0/repodata/repomd.xml: [Errno 14]
PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: cdh-solr
Please verify its path and try again
END (1)
remote package jdk is not available, giving up
waiting for rollback request 

任何想法可能是什么原因?

谢谢,阿什温

4

2 回答 2

0

I deleted the file that contained that repo, and I was able to successfully update using yum.

$ sudo rm /etc/yum.repos.d/cloudera-search.repo
$ sudo yum update

If you need to use Cloudera Search, this is not the solution you want.

于 2013-09-16T17:35:53.893 回答
0

我找到了问题的解决方案。我想我会回答我自己的问题。它可能会帮助其他人。问题是最新的 clouder manager 是 4.7.1。但是他们网站上的 cloudera VM 有 cloudera manager 4.6。因此,通过 VM 升级管理器将有助于克服 jdk 安装错误。这是一个链接,其中包含有关更新经理的所有信息。 http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/latest/Cloudera-Manager-Administration-Guide/cmag_upgrade_cm4_to_4.html

于 2013-09-17T07:07:52.140 回答