i have an external partitioned table named employee with partition(year,month,day), everyday a new file come and seat at the particular day location call for today\'s date it wi
I got a workaround solution for my problem which is, if the table static partition name is like 'year=2016/month=10/day=13' then we can use below command and it is working...
set hive.msck.path.validation=ignore;
MSCK REPAIR TABLE table_name;