GitHub user rickysaltzer opened a pull request:

    https://github.com/apache/nifi/pull/75

    NIFI-866: Add Kerberos Support for Hadoop

    - Add krb5.conf to nifi.properties
    
        nifi.kerberos.krb5.file | path to krb5.conf
    
    - Connections to secure Hadoop clusters will be determined by their config,
      that is, hadoop.security.authentication should be set to kerberos.
    
    - Added two optional arguments to AbstractHadoopProcessor (principal and 
keytab),
      these are only required if the cluster you're connecting to is secured. 
Both of
      these options require the krb5.conf to be present in nifi.properties.

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

    $ git pull https://github.com/rickysaltzer/nifi NIFI-866

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

    https://github.com/apache/nifi/pull/75.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 #75
    
----
commit 0ac84bf0bda940242c2f7e276237a41aaa357a74
Author: ricky <ri...@cloudera.com>
Date:   2015-08-13T18:54:15Z

    NIFI-866: Add Kerberos Support for Hadoop
    
    - Add krb5.conf to nifi.properties
    
        nifi.kerberos.krb5.file | path to krb5.conf
    
    - Connections to secure Hadoop clusters will be determined by their config,
      that is, hadoop.security.authentication should be set to kerberos.
    
    - Added two optional arguments to AbstractHadoopProcessor (principal and 
keytab),
      these are only required if the cluster you're connecting to is secured. 
Both of
      these options require the krb5.conf to be present in nifi.properties.

----


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