Restore bush partitions in HDinsight

I am trying to recover partitions from blob to hdinsight. I am using below queries,

'ALTER TABLE table_name RECOVER PARTITIONS;'

'MSCK REPAIR TABLE table_name;'

      

None of these prompts work for partition recovery. can you suggest how to recover partitions in hdinsight using hive. thank

+3


source to share





All Articles