You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by astroshim <gi...@git.apache.org> on 2017/09/12 05:24:26 UTC

[GitHub] zeppelin pull request #2582: fixed jdbc connection issue.

GitHub user astroshim opened a pull request:

    https://github.com/apache/zeppelin/pull/2582

    fixed jdbc connection issue.

    ### What is this PR for?
    This PR fixes JDBC connection release problem.
    
    for example whenever i run not executable command like following
    ![image](https://user-images.githubusercontent.com/3348133/30206892-8248d1ae-94c8-11e7-9eae-a495be075892.png)
    
    new JDBC connection is made like following.
    ```
    $ netstat -an |grep EST |grep 3306 |wc -l
           1
    $ netstat -an |grep EST |grep 3306 |wc -l
           2
    $ netstat -an |grep EST |grep 3306 |wc -l
           3
    ```
    
    
    ### What type of PR is it?
    Bug Fix
    
    
    ### 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 feat/fixJdbcIssue

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2582.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 #2582
    
----
commit 9b99d21e9d2e637c34351ff3fdd54dc8748fe962
Author: Shim <yo...@gmail.com>
Date:   2017-09-12T05:22:59Z

    fixed jdbc connection issue.

----


---

[GitHub] zeppelin issue #2582: fixed jdbc connection issue.

Posted by minahlee <gi...@git.apache.org>.
Github user minahlee commented on the issue:

    https://github.com/apache/zeppelin/pull/2582
  
    Merging if there is no more discussion since this is same fix as #2576 for branch-0.7


---

[GitHub] zeppelin pull request #2582: fixed jdbc connection issue.

Posted by astroshim <gi...@git.apache.org>.
Github user astroshim closed the pull request at:

    https://github.com/apache/zeppelin/pull/2582


---

[GitHub] zeppelin issue #2582: fixed jdbc connection issue.

Posted by astroshim <gi...@git.apache.org>.
Github user astroshim commented on the issue:

    https://github.com/apache/zeppelin/pull/2582
  
    CI fails seems not related to this PR


---