Reputation: 2650
Lets say I have a database - project . I created a table named tab1 and then later tab2 . Now I dropped the table tab1.
Where do I look for the logs that says I have dropped the table tab1 from databse project. I would like to get the time , user etc who dropped this table?
EDIT
I have checked for the audit logs in the following , but couldn't find the one which i was looking for in any of the below :
The audit log would help me in doing the security level auditing.
Upvotes: 4
Views: 5371
Reputation: 7947
all the config related to login is here https://cwiki.apache.org/confluence/display/Hive/GettingStarted#GettingStarted-HiveLogging, it will give you the location of the logs, there you will find the info that you are looking for
Upvotes: 1