Member since
02-27-2020
4
Posts
0
Kudos Received
0
Solutions
01-21-2021
08:50 AM
Thank Matt, Stunningly detailed replay and very much appreciated. Dave
... View more
03-02-2020
09:44 PM
1 Kudo
@Siddo You can migrate the Hue DB. Refer doc to migrate Hue DB https://docs.cloudera.com/documentation/enterprise/6/latest/topics/hue_dbs_migrate.html#hue_dbs_migrate Manually migrating queries from tables would be complex and not tested completely. It has the below requirement: The Hue database has a "desktop_document2" table that stores all the saved queries and Oozie workflows and all sorts of users' saved stuff (query history included). This table has an OWNER_ID column that is a foreign key to the auth_user table's ID column. The process of getting the new ID of the "auth_user" table, and associating them with the correct "owner_id" in the "desktop_document2" table, can be very involved.
... View more