----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27580/#review59823 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinTableContainerSerDe.java <https://reviews.apache.org/r/27580/#comment101118> Nit: There is potential fd leak in case fs.open is successful while new ObjectInputStream() fails. - Xuefu Zhang On Nov. 4, 2014, 6:58 p.m., Jimmy Xiang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27580/ > ----------------------------------------------------------- > > (Updated Nov. 4, 2014, 6:58 p.m.) > > > Review request for hive and Xuefu Zhang. > > > 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 > ----- > > 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 > >