This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag HDF-3.0.1.20-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag HDF-3.0.1.20-1-tag was deleted! ***
was fa6ee7a36d update HDF version to 3.0.1.20
This change permanently discards the following revisions:
discard fa6ee7a36d update HDF version to 3.0.1.20
discard 669041092e NIFI-3472 Fixed a typo in the Kerberos Relogin Period
property description
discard 49d32b3583 NIFI-4323 This closes #2360. Wrapped Get/ListHDFS hadoop
operations in ugi.doAs calls NIFI-3472 NIFI-4350 Removed explicit relogin code
from HDFS/Hive/HBase components and updated SecurityUtils.loginKerberos to use
UGI.loginUserFromKeytab. This brings those components in line with
daemon-process-style usage, made possible by NiFi's InstanceClassloader
isolation. Relogin (on ticket expiry/connection failure) can now be properly
handled by hadoop-client code implicitly. [...]