Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.