fluent-plugin-webhdfs
fluent-plugin-webhdfs copied to clipboard
kerberos_keytab not authorize
Hi.
I try to connect to kerberized hdfs cluster. But can't. Set "kerberos_keytab" to config file - but nothing change. Only if i mannually kinit user by keytab it works.
What's going on? Why fluentd can't kinit by itself?
Anybody know a work around for this?
I believe we can think of proceeding with following possibilities:
-
Implementation of ticket renewal using Cron Job(triggers everyday)
-
Systemd Timer as mentioned in below article - Probably, systemd timers is a better option to try...something like this https://opensource.com/article/20/7/systemd-timers.