Member since
04-04-2016
3
Posts
2
Kudos Received
0
Solutions
02-02-2017
06:50 PM
1 Kudo
Actually, adding columns to the end of the table works from Hive 1.2 (via HDP 2.5.4). In particular, you can use alter table <tbl> add columns (<col1> <type1>, <col2> <type2>); In Hive 2.1, you get additional abilities to change the column types. In the eventual Hive 2.2, you'll get the ability to delete and reorder columns.
... View more
04-05-2016
02:05 PM
Yes I am still using Ganglia. Thanks for the quick response @Predrag Minovic I will upgrade our Ambari version then.
... View more