Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

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.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

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.