Github user Leemoonsoo commented on the issue:
https://github.com/apache/zeppelin/pull/2563
Tested manually and it works well.
@pellmont could you setup CI and see all tests become green?
```
Looks like travis-ci is not configured for your fork.
Please setup by swich on 'zeppelin' repository at
https://travis-ci.org/profile and travis-ci.
And then make sure 'Build branch updates' option is enabled in the settings
https://travis-ci.org/pellmont/zeppelin/settings.
To trigger CI after setup, you will need ammend your last commit with
git commit --amend
git push your-remote HEAD --force
See
http://zeppelin.apache.org/contribution/contributions.html#continuous-integration.
```
---