Member since
06-14-2017
2
Posts
1
Kudos Received
0
Solutions
06-15-2017
12:48 PM
1 Kudo
Fixed this by discovering my date_val column had the '__HIVE_DEFAULT_PARTITION__' and then was failing on this alter because the value didn't work with the column datatype (DATE vs STRING) I got around this by changing the column to string, drop the partition for the default and then change it back to date. Got some pointers from here: http://www.ericlin.me/how-to-drop-hives-default-partition-__hive_default_partition__-with-int-partition-column
... View more