Hi all, I’m working on a secured hadoop cluster. I used to work using kerberos principal, then I want to switch to use another principal. But it seemed that oozie cached the previous ticket so it showed that my job was submitted by the previous principal . I tried to set -Doozie.auth.token.cache to be false like bellow but it doesn’t work.
oozie -Doozie.auth.token.cache=false job -run –config MY_CONFIG –auth KERBEROS Could you please help on that? Thanks. Adrian
