----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19387/#review37796 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java <https://reviews.apache.org/r/19387/#comment69524> Shouldn't this be parentLoader = conf.getClassLoader()? - Ashutosh Chauhan On March 19, 2014, 1:36 a.m., Navis Ryu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19387/ > ----------------------------------------------------------- > > (Updated March 19, 2014, 1:36 a.m.) > > > Review request for hive and Ashutosh Chauhan. > > > Bugs: HIVE-3969 > https://issues.apache.org/jira/browse/HIVE-3969 > > > Repository: hive-git > > > Description > ------- > > Currently "add jar" command by clients are adding child ClassLoader to worker > thread cumulatively, causing various problems. > > > Diffs > ----- > > common/src/java/org/apache/hadoop/hive/common/JavaUtils.java 0dba331 > ql/src/java/org/apache/hadoop/hive/ql/exec/PTFOperator.java a249d74 > ql/src/java/org/apache/hadoop/hive/ql/optimizer/lineage/LineageCtx.java > 8d6ebaa > ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 5546d03 > ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/TableFunctionEvaluator.java > 32e78ac > > ql/src/test/org/apache/hadoop/hive/ql/udf/generic/TestGenericUDFOPNumeric.java > 2ada2ff > service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java > ace791a > service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java > ef5b5c6 > > Diff: https://reviews.apache.org/r/19387/diff/ > > > Testing > ------- > > > Thanks, > > Navis Ryu > >