Created 06-15-2018 12:52 AM
I'm getting the following error when attempting to complete the Cluster Installation using Cloudera Manager on CentOS 7:
Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5.15.0/RPMS/x86_64/cloudera-manager-daemons-5.15.0-1.cm5150.p0.62.el7.x86_64.rpm: [Errno 12] Timeout on https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5.15.0/RPMS/x86_64/cloudera-manager-daemons-5.15.0-1.cm5150.p0.62.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds') Trying other mirror. https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5.15.0/RPMS/x86_64/cloudera-manager-daemons-5.15.0-1.cm5150.p0.62.el7.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=cloudera-manager clean metadata Trying other mirror. Error downloading packages: cloudera-manager-daemons-5.15.0-1.cm5150.p0.62.el7.x86_64: [Errno 256] No more mirrors to try.
I've tried "yum clean all" and other proposed solutions with no success. Is this a problem with the repo itself?
Created 06-18-2018 08:29 AM
Hi Alan,
My install worked.
wget https://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin
--2018-06-18 08:21:08-- https://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin Resolving archive.cloudera.com (archive.cloudera.com)... 151.101.40.167 Connecting to archive.cloudera.com (archive.cloudera.com)|151.101.40.167|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 521175 (509K) [application/octet-stream] Saving to: ‘cloudera-manager-installer.bin’ 100%[===========================================================================================================>] 521,175 1.86MB/s in 0.3s 2018-06-18 08:21:09 (1.86 MB/s) - ‘cloudera-manager-installer.bin’ saved [521175/521175] chmod 777 cloudera-manager-installer.bin
./cloudera-manager-installer.bin
cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core)
Try deleting the cloudera-manager-installer.bin file you have and delete any /etc/yum.repos.d/cloudera-manager.repo files
yum clean all
yum clean metadata
then copy the file and start over?
Notice I am running this on CentOS 7.4, what version are you using?
Tina
Created 08-22-2018 04:06 PM
Please open a new topic when you hit an issue similar to one that was resolved so we can reduce the confusion in our community posts.
To your issue:
How are you trying to install?
http://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5/RPMS/x86_64/ resolves to the latest release. If you want 5.15.0, please use:
http://archive.cloudera.com/cm5/redhat/7/x86_64/cm/5.15.0/RPMS/x86_64/
If you can clarify more about what you are trying to do we will be able to assist.
Created 11-01-2018 01:18 PM
@bgooley Sorry about that. From next time I will make sure I open new ticket.