Install the Hue mpack
Install the Hue mpack that corresponds to your ODP version before you add the Hue service to the cluster.
Install the mpack
- Identify the Hue mpack released for your ODP version.
- Run the following command:
sudo ambari-server install-mpack --mpack <HTTP_ADDRESS_OF_MPACK> -v- Restart Ambari Server:
sudo ambari-server restart- In the Ambari UI, add the Hue service to the cluster.
Hue installation directory
Starting with ODP 3.3.6.4-1, Hue is installed in:
/usr/odp/$(odp-select --version)/hueIn earlier releases, Hue was installed in:
/usr/lib/hueFor backward compatibility, /usr/lib/hue is created as a symbolic link to:
/usr/odp/$(odp-select --version)/hue

Have a suggestion?