Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HUE upgrade

avatar
Expert Contributor

I am running HUE 2.6 on HDP 2.3. Need to upgrade HUE to 3.8. Where can I find the instructions. How to perform in-place upgrade.

1 ACCEPTED SOLUTION

avatar
Contributor

Hi Prakash,

Hue 3.8 is not supported on HDP platforms but you can install it. To upgrade you should just follow the normal upgrade instructions (Hortonworks do not have these as I said earlier - this is not supported) however please ensure you backup the Hue database first.

Thanks

Dave

View solution in original post

3 REPLIES 3

avatar
Contributor

Hi Prakash,

Hue 3.8 is not supported on HDP platforms but you can install it. To upgrade you should just follow the normal upgrade instructions (Hortonworks do not have these as I said earlier - this is not supported) however please ensure you backup the Hue database first.

Thanks

Dave

avatar
Expert Contributor
@dgoodhand

How to backup HUE database. I want to have 3.8 on HDP but not able to find some good instructions..

avatar
Rising Star

Backup Hue

/etc/init.d/hue stop
su - hue
mkdir ~/hue_backup
cd /var/lib/hue
sqlite3 desktop.db .dump > ~/hue_backup/desktop.bak

Backup the Hue Configuration

cp -RL /etc/hue/conf ~/hue_backup