Initially I create a Hive external
table following location
hdfs://user/temp2
and then I altered the location to following.
hdfs://user/temp3
Now even after running MSCK repair table
my table is pointing to old location (hdfs://user/temp2)
The table is dynamically partitioned.