Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.

check date and time of access to some kudu table

avatar
Expert Contributor

hello cloudera community

 

Is it possible to know the date and time that a kudu table was accessed/read?

i know there is "transient_lastDdlTime" field in kudu table but that field is updated only when the table is updated.

1 ACCEPTED SOLUTION

avatar
Expert Contributor

hi @Rajat_jangra ,

using the "audit" option in ranger, I was able to get the information I wanted.

View solution in original post

4 REPLIES 4

avatar
New Member

Hi @yagoaparecidoti @Cloudera any update on this request ?

avatar
Expert Contributor

hi @Rajat_jangra ,

using the "audit" option in ranger, I was able to get the information I wanted.

avatar
New Member

Hi @yagoaparecidoti thanks for the info, but can we get same kind of details in CDH cluster, is it possible using sentry or anything?

avatar
Expert Contributor

hi @Rajat_jangra 

in CDH you will have to filter the Hive and Impala logs to know when the tables were accessed.

i recommend that you leave the logs open and then access a table using Impala and monitor it live in the logs, so you will know which filter to use.