code
code

Reputation: 123

Can we check the hive deleted table history or detailed information around it?

I have came across one scenario where someone dropped/deleted hive table from production environment by mistake.

How can I track the history and get the details i.e.(who has deleted and when it got deleted).

Any Suggestions?

Upvotes: 2

Views: 3079

Answers (1)

Anil Agrawal
Anil Agrawal

Reputation: 83

You can refer to this link https://community.hortonworks.com/questions/78676/is-there-a-way-to-find-the-person-who-deleted-a-di.html

Here if ambari is installed in your cluster, you can see who deleted the directory. Hive stores data in the HDFS so, you must have Location of hive table before searching the same.

Upvotes: 0

Related Questions