GitHub user tinkoff-dwh opened a pull request:

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

    [Buf Fix] fix exceptions in jdbc interpreter

    ### What is this PR for?
    Now used class Throwables to convert stack trace into String. This class 
from guava which is dependency of hadoop-common. hadoop-common is **provided**. 
Throwables changed to ExceptionsUtils (from commons-lang), commons-lang there 
is in **zeppelin-interpreter**.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### How should this be tested?
    Run incorrect query
    
    ### Screenshots (if appropriate)
    before
    ![2017-10-26 
10-21-26](https://user-images.githubusercontent.com/25951039/32036385-f086b498-ba38-11e7-958d-6d76ec1569b6.png)
    
    after
    ![2017-10-26 
10-24-05](https://user-images.githubusercontent.com/25951039/32036384-f05eb59c-ba38-11e7-9d4a-e6a1ca0897bc.png)
    
    ### 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/tinkoff-dwh/zeppelin jdbc_fix_exceptions

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

    https://github.com/apache/zeppelin/pull/2633.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 #2633
    
----
commit 42af568feeea942dfed07396a9d96fbd11c7c76f
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-10-26T05:25:57Z

    [Buf Fix] fix exceptions in jdbc interpreter

----


---

Reply via email to