Downgrade Hue
To downgrade hue, shut down Hue, downgrade the software, and restart Hue.
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. |
Shut down Hue:
/etc/init.d/hue stop
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
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.