Wednesday, June 05, 2013

Hadoop - CM 4.6 installation fails (pointing to wrong packages)

When you try to install Cloudera Manager (cloudera-manager-installer.bin), If you see following error:

Downloading Packages:
http://archive.cloudera.com/cm4/redhat/6/x86_64/cm/4/RPMS/x86_64/cloudera-manager-daemons-4.5.2-1.cm452.p0.327.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://archive.cloudera.com/cm4/redhat/6/x86_64/cm/4/RPMS/x86_64/cloudera-manager-server-4.5.2-1.cm452.p0.327.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
You can fix this error by clearing the yum cache. Used one the following commands:
$ yum --enablerepo='*'clean all
$ rm -rf /var/cache/yum/cloudera*

No comments: