alter table table_name change column column_name column_name column_name_type after column_name2;
https://community.cloudera.com/t5/Support-Questions/How-can-we-change-the-column-order-in-Hive-table-without/td-p/89495
alter table table_name change column column_name column_name column_name_type after column_name2;
https://community.cloudera.com/t5/Support-Questions/How-can-we-change-the-column-order-in-Hive-table-without/td-p/89495