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.
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
Post a Comment