Install Hue
Prerequisites
You must have at least core Hadoop on your system. See Configure the Remote Repositories for more information.
Verify the HDP repositories are available:
yum list hue hue-*
The output should list at least one Hue package similar to the following:
hue.x86_64 <version> hue-beeswax.x86_64 <version> hue-common.x86_64 <version> hue-hcatalog.x86_64 <version> hue-oozie.x86_64 <version> hue-pig.x86_64 <version> hue-server.x86_64 <version>
If yum responds with "Error: No matching package to list" as shown below, yum cannot locate a matching RPM. This can happen if the repository hosting the HDP RPMs is unavailable, or has been disabled. Follow the instructions at Configure the Remote Repositories to configure either a public or private repository before proceeding.
Error: No matching package to list.
Installation
Run the following command on all Hue Server host machines:
For RHEL/CentOS/Oracle Linux:
yum install hue
For SLES:
zypper install hue
Note | |
---|---|
Not supported for Ubuntu or Debian. |