> On June 11, 2016, 12:43 a.m., Rajesh Balamohan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveMetaStoreChecker.java, > > line 383 > > <https://reviews.apache.org/r/48520/diff/1/?file=1414178#file1414178line383> > > > > May be we can create HIVE_LIST_FILES_THREAD_COUNT which can have a min > > thread of 1. So that way, we dont need to maintain serial codepath.
AFAIK, there is no solution to prevent the user from setting it as 0 or negative number? > On June 11, 2016, 12:43 a.m., Rajesh Balamohan wrote: > > ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveMetaStoreChecker.java, > > line 384 > > <https://reviews.apache.org/r/48520/diff/1/?file=1414178#file1414178line384> > > > > This can be passed from previous function to avoid creating executor > > pool, in case of recursion at the end of this method. Good point. Thanks. - pengcheng ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48520/#review136987 ----------------------------------------------------------- On June 10, 2016, 11:58 p.m., pengcheng xiong wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48520/ > ----------------------------------------------------------- > > (Updated June 10, 2016, 11:58 p.m.) > > > Review request for hive and Hari Sankar Sivarama Subramaniyan. > > > Repository: hive-git > > > Description > ------- > > HIVE-13984 > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 285caa3 > ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveMetaStoreChecker.java > 10fa561 > > Diff: https://reviews.apache.org/r/48520/diff/ > > > Testing > ------- > > > Thanks, > > pengcheng xiong > >