Member since
02-11-2018
5
Posts
0
Kudos Received
0
Solutions
02-21-2018
03:50 AM
@hippagun : Below alterr will help for adding column to a partitioned table. ALTER TABLE default.test_table ADD columns (column1 string,column2 string) CASCADE;
... View more
02-12-2018
04:07 AM
Thank you @Shu
... View more
02-11-2018
06:52 AM
I am having external table emp with columns id,name,sal,comm and data's are already available . Now i removed 'comm' column using replace in hive. will data for that column still available ? If it was there won't it create any error while querying that table ? Do we need to reload data again with new set of columns?
... View more
Labels:
- Labels:
-
Apache Hive