GitHub user jongyoul reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/517
ZEPPELIN-487 Change supporting multiple statements to multiple connections Changed multiple statements to multiple connection. Some JDBC don't support parallel executions with one connection. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/incubator-zeppelin ZEPPELIN-487 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/517.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 #517 ---- commit b23dcb4a1677d3f16799e3eeda6346bc0f544efb Author: Jongyoul Lee <jongy...@gmail.com> Date: 2015-12-06T10:57:50Z ZEPPELIN-487 HiveInterpreter Multiple Connections - keyConnectionMap -> propertyKeyConnectionMap commit 113a5835ab73a2bcdb9de7f6fff2a1dda207f2c5 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2015-12-06T12:48:36Z ZEPPELIN-487 HiveInterpreter Multiple Connections - Multiple Statements -> multiple connections commit fa547494c1ffed24bd816d3d55e611377f24a7df Author: Jongyoul Lee <jongy...@gmail.com> Date: 2015-12-07T03:04:18Z ZEPPELIN-487 HiveInterpreter Multiple Connections - Fix the error when statement doesn't support isClosed method ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---