Configure and Start Hue
Before you can upgrade Hue, you must have first upgraded your HDP components to the latest version (in this case, 2.4.3). This section assumes that you have already upgraded your components for HDP 2.4.3. If you have not already completed these steps, return to Getting Ready to Upgrade and Upgrade 2.1 Components for instructions on how to upgrade your HDP components to 2.4.3.
Note | |
---|---|
The |
For HDP-2.4.3, use the Hue version shipped with HDP-2.4.3. If you have a previous version of Hue, use the following steps to upgrade Hue.
Migrate hue.ini setting from your old hue.ini configuration file to new hue.ini configuration file.
If you are using the embedded SQLite database, remember to restore your database after upgrade.
To restore the database from a backup, make sure the destination database is empty before copying (if necessary, rename or remove the current destination database), then copy your backup to the destination database. For example:
su - hdfs cd /var/lib/hue mv desktop.db desktop.db.old sqlite3 desktop.db < ~/hue_backup/desktop.bak exit
Synchronize Database
cd /usr/lib/hue source ./build/env/bin/activate hue syncdb deactivate
Run the following script to pick up the new Hue version:
bash /usr/lib/hue/tools/fill_versions.sh
Run the following script to pick up the new Hue version:
bash /usr/lib/hue/tools/fill_versions.sh
Start Hue. As a root user, run the following command on the Hue Server:
/etc/init.d/hue start