Created 07-24-2017 11:26 AM
- Is it possible to DROP TABLE but not DROP DATABASE in Hive using Ranger Hive Plugin on latest version of HDP?
Created 07-24-2017 04:14 PM
DROP TABLE IF EXISTS tableName;
Created 07-25-2017 05:50 AM
@sulanta thanks but my requirement is little different. What I want is to restrict the user from dropping the database but that user should be able to drop the table. Is this possible?
Created 07-25-2017 10:22 AM
The above command does not drop the database , it will only drop the specific table mentioned in the command.
Created 12-20-2022 12:44 PM
I have same issue. Did you get an answer please?