Re: Alter non partitioned table into partitioned table

2014-05-02 Thread Hamza Asad
set these value before running insert overwrite command (execute in hive console) *set hive.exec.dynamic.partition=true;set hive.exec.dynamic.partition.mode=nonstrict;* On Fri, May 2, 2014 at 6:18 PM, Kishore kumar wrote: > Hi Experts, > > How to change the non partitioned table into partit

Re: Alter non partitioned table into partitioned table

2014-05-02 Thread Hamza Asad
set these value before running insert overwrite command (execute in hive console) *set hive.exec.dynamic.partition=true;set hive.exec.dynamic.partition.mode=nonstrict;* On Fri, May 2, 2014 at 6:18 PM, Kishore kumar wrote: > Hi Experts, > > How to change the non partitioned table into partit