Details
Description
For tables with large number of partitions, it takes a long time to load the partitions:
I0420 22:28:11.121326 42029 HdfsTable.java:508] LOAD_BLOCK_LOCATION.tpcds500gb_parquet_s3.store_sales: 60189millisec
This happens to both Impala and RS, but because Impala has metadata cache, it's not a big issue.
We need to investigate why it is so slow.