GitHub user rconline opened a pull request:

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

    [ZEPPELIN-1149] %sh interpreter kerberos support

    ### What is this PR for?
    Zeppelin Shell interpreter should work in a Kerberos environment
    
    
    ### What type of PR is it?
    [Feature]
    
    
    ### What is the Jira issue?
    * [ZEPPELIN-1149](https://issues.apache.org/jira/browse/ZEPPELIN-1149)
    
    ### How should this be tested?
    In JDBC interpreter setting add following properties
    
     - shell.auth.type = KERBEROS
     - shell.principal = principal value
     - shell.keytab.location = keytab location
    
    Now try and run any shell command (example: hdfs dfs -ls) it should return 
with valid results.
    
    
    ### Screenshots (if appropriate)
    
    ### 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/rconline/zeppelin ZEPPELIN-1149

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

    https://github.com/apache/zeppelin/pull/1163.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 #1163
    
----
commit 5190791c8fedb9978f1e740d026ceef58ae93146
Author: Rohit Choudhary <rconl...@gmail.com>
Date:   2016-07-11T14:35:40Z

    [ZEPPELIN-1149] %sh interpreter kerberos support

commit bc71051f96c7858e09202edef746513e05cf6d77
Author: Rohit Choudhary <rconl...@gmail.com>
Date:   2016-07-11T14:39:34Z

    shell interpreter doc

----


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