Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Impala 2.8.0, Impala 2.9.0, Impala 2.10.0
-
None
-
ghx-label-5
Description
In the release notes, it says
http://impala.apache.org/docs/build/html/topics/impala_new_features.html
The REFRESH statement now updates information about HDFS block locations. Therefore, you can perform a fast and efficient REFRESH after doing an HDFS rebalancing operation instead of the more expensive INVALIDATE METADATA statement.
However there is no change in HDFS or Impala side to support this. There may be some misunderstanding. After hdfs load balancing, user still needs to run INVALIDATE METADATA <table> to get latest block metadata.