----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17708/ -----------------------------------------------------------
Review request for hive and Thejas Nair. Repository: hive-git Description ------- SessionState is created for each session in HS2. If we do any add jars, a class loader is set in the SessionState's conf object. This class loader should also be set in each thread that serves request of the same session. Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 64a8a60 ql/src/test/org/apache/hadoop/hive/ql/session/TestSessionState.java d4e737f Diff: https://reviews.apache.org/r/17708/diff/ Testing ------- Added unit test that fails unless change in SessionState is applied. Tested in local setup. Thanks, Jaideep dhok