Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Cloudera Directory support for CDH 5.4
Labels:
Explorer
Created on 07-09-2015 03:21 PM - edited 09-16-2022 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Rising Star
Created 07-10-2015 11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
2 REPLIES 2
Rising Star
Created 07-10-2015 11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Explorer
Created 07-13-2015 09:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much for the response/solution.
