How to load partitions for a table in Athena or Hive

Load partitions for a table in Athena or Hive:

To load partitions for the hive or Athena tables we can use msck repair syntax to load metadata.

msck repair table database.table_name

Comments