Re: Is it safe to TRUNCATE TBL_COL_PRIVS

2022-01-14 Thread SG
You can disable privilege synchroniser in by setting hive.privilege.synchronizer to false in hs2. This will stop populating tbl_col_prvis, tbl_privs and db_privs table. On Thu, 13 Jan 2022, 22:25 Tale Hive, wrote: > Hey guys. > > I use hive 3.1.0. > > I contact you because I have a table inside

Re: Is it safe to TRUNCATE TBL_COL_PRIVS

2022-01-14 Thread Tale Hive
Hello. Thanks. I disabled this property but I was not sure if I was able to delete afterwards. Thanks for your information. As a note, I also have spark jobs on my cluster, so I also had to modify the hive-site used by these spark jobs, otherwise the tables were still populated. Best regards. T