GitHub user prabhjyotsingh opened a pull request:

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

    [ZEPPELIN-1146] Zeppelin JDBC interpreter should work in a Kerberos 
environment

    ### What is this PR for?
    Zeppelin JDBC interpreter should work in a Kerberos environment
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Update doc
    
    ### What is the Jira issue?
    * [ZEPPELIN-1146](https://issues.apache.org/jira/browse/ZEPPELIN-1146)
    
    ### How should this be tested?
    In JDBC interpreter setting (say hive) add following properties
    
     - hive.auth.type = KERBEROS
     - hive.principal = hive's principal
     - hive.keytab.location = keytab location
    
    Now try and run any of hive's query (say `show tables`) it should return 
with valid results.
    
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? yes


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-1146

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

    https://github.com/apache/zeppelin/pull/1157.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 #1157
    
----
commit c2313e4c64ff015f71c9b837329540fe1ff9e339
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Date:   2016-07-09T13:19:42Z

    ZEPPELIN-1146 Zeppelin JDBC interpreter should work in a Kerberos 
environment

----


---
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.
---

Reply via email to