Use this tag for questions about Apache Hive Data Definition Language.
alter table abc add columns (stats1 map<string,string>, stats2 map<string,string>) i have altered …
hive partitioning hive-partitions hiveddlAn external table in HIVE is partitioned on year, month and day. So does the following query delete data from …
hive external-tables hive-partitions hiveddlI'm planning to truncate the hive external table which has one partition. So, I have used the following command to …
hive external-tables hive-partitions hiveddl