Hello Guys, I have a parquet files that a Spark job generates, i'm defining an external table on these parquet files which portioned by year.month and day, The Spark job feeds these tables each hour.
I have a cron job that running each one hour and run the command: alter table $(table_name) recover partitions I'm looking for other solutions if there is by impala, like configuration, for example i'm thinking if i need to educate the end users to use -r option to refresh the table. Is there any other solutions for recover partitions?
