【发布时间】:2017-08-22 16:11:08
【问题描述】:
我已经像这样使用“alter table”更改了 Hive 中的表。
alter table tbl_name add columns (...);
alter table tbl_name change col1 col2 string comment 'test';
在Hive Metastore数据库的表TBLS中,只记录了该表的create_time。如何获取alter table的更新时间。
【问题讨论】: