Created 11-15-2022 09:49 AM
What strategy you would propose for protecting the Hive views.?
Created 11-15-2022 06:09 PM
@NikoBelic Could you please elaborate your issue?
Do you want to secure Hive Views using Ranger authorisation? Is this your requirement?
Created 11-15-2022 10:42 PM
Created 11-16-2022 07:22 PM
VIEWS are stot=red in TBLS table i.e in Hive metadata. You can create a database dump as a backup.
Please follow https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html to create database dump for mysql
Please follow https://www.postgresql.org/docs/current/backup-dump.html to create database dump for postgres
Please let me know,if you have any queries. Please "Accept As Solution", if your queries are answered.
Created 11-18-2022 10:36 AM
Thanks Asish. Appreciate your response. Is it possible to just backup Hive metadata without DB dump?
Created 11-19-2022 12:15 AM
@NikoBelic Thanks for the update. The hive metadata indeed is stored on database. You need to take the dump to backup the metadata.
Please let me know,if you have nay queries. Please "Accept as Solution" ,if your queries are answered.