Created on 07-14-2015 11:57 AM - edited 09-16-2022 02:34 AM
Hi,
I've downloaded Cloudera Director 1.1.3. After configuring the environment for my cluster at AWS I've faced a tricky issue.
Everything went fine until the point of installing Cloudera Manager. Checking the log I've noticed that even though CD has picked the right version for CM (5.4.3) when the package manager tries to download the RPM (I'm using RHEL 6) it tries to use a former version directory (5.3.3), then it fails because the RPM for 5.4.3 is not present there, of course. Has anybody faced such situation? I'm guessing the YUM .repo is the problem. Any hints?
Logs are below.
Created 07-14-2015 07:51 PM
I've managed to solve the issue by adding the configuration directive below to the cloudera-manager section.
repository: "http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4.3/"
Created 07-14-2015 07:51 PM
I've managed to solve the issue by adding the configuration directive below to the cloudera-manager section.
repository: "http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4.3/"
Created 07-15-2015 05:23 AM
I am happy to see you solved your issue. Thank you for sharing the solution as it may help others facing a similar problem.
if (helpful) { mark_as_solution(); } | if (appreciated) { give_kudos(); }