I have created a dataset in S3 using Spark in Hudi format.
I want to create a table using Athena and load all the partitions of that dataset in this new table.
Though I created a external table with input format as HUDI
STORED AS INPUTFORMAT
'org.apache.hudi.hadoop.HoodieParquetInputFormat'
But MSCK REAPAIR is not supported to load the data.
You can create a table like this:
You can find more details: https://docs.aws.amazon.com/athena/latest/ug/querying-hudi.html