Kirk,
Yes, you can modify the Cloudera Manager and CDH repositories to specify
any other version. Make sure that you're using the same minor version of
both Cloudera Manager and CDH, i.e. both should be a 5.4.x version.
If you're using the config file, refer to aws.reference.conf for examples.
There you'll see this in the 'cloudera-manager' block, which you can modify
to install CM5.4 instead:
# repository: "
http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.4/"# repositoryKeyUrl:
"
http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/RPM-GPG-KEY-cloudera"In the 'cluster' block, you will see this to modify to install CDH5.4
parcels instead:
# parcelRepositories: ["
http://archive.cloudera.com/cdh5/parcels/5.4/"]-Vinithra