Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2481 @herval The reason this exception didn't get caught with any of the existing test cases is because this particular dependency (for UserGroupInformation) is marked as `provided` (https://github.com/apache/zeppelin/blob/master/jdbc/pom.xml#L106) and while executing any of the test cases it gets resolved but doesn't get bundled.
--- 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. ---