3.1. Downgrade Hue

To downgrade hue, shut down Hue, downgrade the software, and restart Hue.

[Caution]Caution

Hue does not support rolling downgrade. The SQLite database will be reset during the downgrade process. This can cause loss of Hue user data.

  1. Shut down Hue:

    /etc/init.d/hue stop

  2. Downgrade the software. Hue uses old-style RPMs, not versioned RPMs:

    yum downgrade hue hue-common hue-server hue-beeswax hue-hcatalog hue-pig hue-oozie

  3. Restart Hue. As root user, run the following command:

    /etc/init.d/hue start

Validation

To validate the downgrade process, restart Hue and make sure that you can browse from the Hue UI:

http://hue.server:8000/

Continue with the next step.


loading table of contents...