Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.5.0
Description
HdfsTable::perPartitionFileDescMap_ uses full hdfs path of partition as key
// Map of file names to file descriptors for each partition location (directory).
private Map<String, Map<String, FileDescriptor>>
perPartitionFileDescMap_ = Maps.newHashMap();
One single entry could take 2.5K bytes to store, among them, there are 5 partition path string.