mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
- Removed NAR dependency on nifi-hadoop-libraries-nar from nifi-hadoop-nar so that hadoop-client dependencies will be included directly in nifi-hadoop-nar - Added RequiresInstanceClassLoading annotation to AbstractHadoopProcessor and HiveConnectionPool - UGI relogins are now performed using doAs - Added debug-level logging for UGI relogins in KerberosTicketRenewer and AbstractHadoopProcessor This closes #1539. Signed-off-by: Bryan Bende <bbende@apache.org>