I have created a table couple months ago. Is there any way in HIVE that I can see when was the table created?
show table doesn't give the date creation of the table.
I have created a table couple months ago. Is there any way in HIVE that I can see when was the table created?
show table doesn't give the date creation of the table.
Execute the command
desc formatted <database>.<table_name>
on the hive cli. It will show detailed table information similar toYou need to run the following command:
Or if you need this information about a particular partition: