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

after

### 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 <[email protected]>
Date: 2017-10-26T05:25:57Z
[Buf Fix] fix exceptions in jdbc interpreter
----
---