mysql - In Hive metastore db, How can I get the update_time of alter table -




i had change table in hive using "alter table " this.

alter table tbl_name add columns (...); alter table tbl_name change col1 col2 string comment 'test'; 

in table tbls of hive metastore database, record create_time of table. how can update time of alter table.

use below command

desc formatted tbl_name

and last_modified_time

it give when last updated. in unixtimestamp.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -