GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/2586
[ZEPPELIN-2930] Releasing session of JDBC interpreter close(). ### What is this PR for? This PR fixes that the session release issue of close() of JDBC interpreter. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-2930 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/astroshim/zeppelin ZEPPELIN-2930 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2586.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2586 ---- commit 08224c3741ff1ee0971f08b969606a09cbf0ae6d Author: Shim <yooji...@gmail.com> Date: 2017-09-13T13:07:28Z fixed release session. ---- ---