> On Nov. 4, 2014, 8:38 p.m., Xuefu Zhang wrote: > > ql/src/java/org/apache/hadoop/hive/ql/exec/persistence/MapJoinTableContainerSerDe.java, > > line 123 > > <https://reviews.apache.org/r/27580/diff/1/?file=748415#file748415line123> > > > > Nit: There is potential fd leak in case fs.open is successful while new > > ObjectInputStream() fails.
Good catch. Fixed in v3. - Jimmy ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27580/#review59823 ----------------------------------------------------------- On Nov. 4, 2014, 9:02 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, 9:02 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 > >