Hive partition details not clear


2 Answer(s)


hi Murali,

Did you enable auto partitioning before loading the data, something like this
set hive.exec.dynamic.partition=true;
set hive.exec.dynamic.partition.mode=nonstrict;

It is an external table. Also after enabling it did not work.

Thanks
Murali