I want nifi to use kerberos principal while running the Hive script in Hadoop with Kerbores set up.
Is there a way to automate renew Kerbores ticket? Nifi executestream process group stopped working after the Kerbores ticket expired. The process continue after executing command "kinit <username>".
current nifi.properties file:
nifi.kerberos.krb5.file=/etc/krb5.conf
nifi.kerberos.service.principal=<username>
nifi.kerberos.keytab.location=/home/username.keytab
nifi.kerberos.authetication.expiration=12 hours