nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors
ricky 7fb6e884a7 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.

Signed-off-by: Bryan Bende <bbende@apache.org>
2015-08-24 15:36:22 -04:00
..
src NIFI-866: Add Kerberos Support for Hadoop 2015-08-24 15:36:22 -04:00
pom.xml NIFI-866: Add Kerberos Support for Hadoop 2015-08-24 15:36:22 -04:00