Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Cloudera Directory support for CDH 5.4

avatar
Explorer

Cloudera Director deploys 5.3.3 by default.  Is there any way to get 5.4 installed using Cloudera Director?

 

Thanks,

 

Kirk

1 ACCEPTED SOLUTION

avatar
Rising Star
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

View solution in original post

2 REPLIES 2

avatar
Rising Star
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

avatar
Explorer
Thanks very much for the response/solution.