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

  1. Identify the Hue mpack released for your ODP version.

  2. Run the following command:

sudo ambari-server install-mpack --mpack <HTTP_ADDRESS_OF_MPACK> -v
  1. Restart Ambari Server:

sudo ambari-server restart
  1. 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)/hue

In earlier releases, Hue was installed in:

/usr/lib/hue

For backward compatibility, /usr/lib/hue is created as a symbolic link to:

/usr/odp/$(odp-select --version)/hue


  Last updated