Re: Repair table doesnt update the transient_lastDdlTime of updated partitions.

2015-08-25 Thread ravi teja
Thanks a lot Noam, you are a saviour! Ravi On Tue, Aug 25, 2015 at 10:03 PM, Noam Hasson wrote: > Hi, > > Check if this helps you: > > https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-AlterTable/PartitionTouch > > Noam. > > On Tue, Aug 25, 2015 at 6:43 PM, r

Re: Repair table doesnt update the transient_lastDdlTime of updated partitions.

2015-08-25 Thread Noam Hasson
Hi, Check if this helps you: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-AlterTable/PartitionTouch Noam. On Tue, Aug 25, 2015 at 6:43 PM, ravi teja wrote: > Sorry For the incomplete mail, sent bymistake > > I am working towards a incremental solution o

Repair table doesnt update the transient_lastDdlTime of updated partitions.

2015-08-25 Thread ravi teja
Hi, I am working towards a incremental solution on hive based on the transient_lastDdlTime of the partitions. If the we in Thanks, Ravi

Re: Repair table doesnt update the transient_lastDdlTime of updated partitions.

2015-08-25 Thread ravi teja
Sorry For the incomplete mail, sent bymistake I am working towards a incremental solution on hive based on the transient_lastDdlTime of the partitions. We mostly deal with hive external tables. The transient_lastDdlTime of a partition gets updated when the insertion to the table happens via the i