How to Install a Specific Version of CDH and Hue
For a specific version of Hue, you need a specific version of CDH. You cannot install Hue independently from CDH. See Hue Versions
How to Install the Latest Version of Hue
Easy Install explains how to deploy the latest version of CDH and Hue. The key parts are:
- Download the Cloudera Manager package for your OS on the primary host in your cluster:
$ cd /etc/<package_manager_source_dir>/ $ wget https://archive.cloudera.com/cm5/<os_type>/<os_ver>/x86_64/cm/<repo_name_can_differ>
Table 1. Available Cloudera Manager Packages OS Target Dir Repo CentOS / RHEL /etc/yum.repos.d/ .../redhat/<ver>/x86_64/cm/cloudera-manager.repo SLES /etc/zypp/repos.d/ .../sles/<ver>/x86_64/cm/cloudera-manager.repo Ubuntu /etc/apt/sources.list.d/ .../ubuntu/<ver>/x86_64/cm/cloudera.list Debian /etc/apt/sources.list.d/ .../debian/<ver>/x86_64/cm/cloudera.list - Run the Cloudera Manager wizard in a browser and use the default repository paths.
How to Install a Specific Version of Hue
For a specific version, download the same Cloudera Manager package and then edit some paths:
- Download the Cloudera Manager 5 package for your OS, for example:
wget https://archive.cloudera.com/cm5/redhat/7/x86_64/cm/cloudera-manager.repo -P /etc/yum.repos.d/
- Edit baseurl in the repo file (the filename can differ):
vi /etc/yum.repos.d/cloudera-manager.repo #vi /etc/yum.repos.d/cloudera-cm.repo
- For the latest maintenance version of a specific minor version (for example, the latest 5.7 version):
baseurl = https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.7/
- For a specific maintenance version (for example, 5.7.2):
baseurl = https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.7.2/
- For the latest maintenance version of a specific minor version (for example, the latest 5.7 version):
- Run
wizard and stop at Step 1
of Cluster Installation.
- Click More Options for CDH parcels.
- Edit CDH 5 Remote Parcel Repository URL from {latest_supported} to match your version and save:
- For the latest maintenance release of a specific minor version:
http://archive.cloudera.com/cdh5/parcels/5.7/
- Or, for a specific maintenance release:
http://archive.cloudera.com/cdh5/parcels/5.7.2/
- For the latest maintenance release of a specific minor version:
- Select the newly enabled radio button for your version under Select the version of CDH:
- Scroll down and select the Custom Repository button.
- Enter a custom URL for the matching Cloudera Manager Agent repo:
- For the latest maintenance release of a specific minor version:
https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.7/
- Or, for a specific maintenance release:
https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5.7.2/
- For the latest maintenance release of a specific minor version:
- Enter a custom URL for the location of the GPG signing key:
https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/RPM-GPG-KEY-cloudera
The rest of the installation should be the same as Easy Install.
Page generated August 14, 2017.
<< Install Hue 1-2-3 | ©2016 Cloudera, Inc. All rights reserved | Install Hue for Production >> |
Terms and Conditions Privacy Policy |