----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41924/#review113729 -----------------------------------------------------------
ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java <https://reviews.apache.org/r/41924/#comment174547> If drop is not happening here, when will it happen? - Amareshwari Sriramadasu On Jan. 5, 2016, 10:23 a.m., Deepak Barr wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41924/ > ----------------------------------------------------------- > > (Updated Jan. 5, 2016, 10:23 a.m.) > > > Review request for hive and Amareshwari Sriramadasu. > > > Bugs: HIVE-11485 > https://issues.apache.org/jira/browse/HIVE-11485 > > > Repository: hive-git > > > Description > ------- > > Removed 3 actions on closing of a hive session : > 1. Closing of operations running on the session. > 2. Dropping of the session paths. > 3. FileSystem.closeAllForUGI() for the session. > > > Diffs > ----- > > ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 5f15557 > service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java > 50c912e > > service/src/java/org/apache/hive/service/cli/session/HiveSessionImplwithUGI.java > 441db7c > > Diff: https://reviews.apache.org/r/41924/diff/ > > > Testing > ------- > > > Thanks, > > Deepak Barr > >