GitHub user bbende opened a pull request:

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

    NIFI-2664 Moving System.setProperty for krb5.conf to NiFi startup, an…

    …d removing conflicting property from KerberosProvider config
    
    Rather than add code to all of the Kafka processors to set the system 
property, it makes more sense for NiFi to set it once during start up. Then it 
will be available to HDFS, HBase, and Kafka processors, as well as the Kerberos 
login provider. 
    
    We also had a potentially conflicting property in the login provider, where 
you could set the krb5.conf file there which would eventually set the system 
property and potentially overwrite the one that could have been set from 
nifi.properties. Now there is on the value in nifi.properties.

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

    $ git pull https://github.com/bbende/nifi NIFI-2664

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

    https://github.com/apache/nifi/pull/946.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 #946
    
----
commit f54a1a2487797228714f682655efdc781fd75bc5
Author: Bryan Bende <[email protected]>
Date:   2016-08-25T17:57:12Z

    NIFI-2664 Moving System.setProperty for krb5.conf to NiFi startup, and 
removing conflicting property from KerberosProvider config

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to