----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27580/ -----------------------------------------------------------
(Updated Nov. 4, 2014, 9:02 p.m.) Review request for hive and Xuefu Zhang. Changes ------- Addressed the fd leak issue Xuefu pointed out. Bugs: HIVE-8623 https://issues.apache.org/jira/browse/HIVE-8623 Repository: hive-git Description ------- Loading HashTable for Spark map-join. It's assumed that all tables share the same base dir. Each table has its own sub-folder. There could be several HashTable files for each table. Diffs (updated) ----- ql/src/java/org/apache/hadoop/hive/ql/HashTableLoaderFactory.java 10ad933 ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinTableContainerSerDe.java da36848 ql/src/java/org/apache/hadoop/hive/ql/exec/spark/HashTableLoader.java PRE-CREATION Diff: https://reviews.apache.org/r/27580/diff/ Testing ------- Thanks, Jimmy Xiang