Hey All, I am using ooze-3.3.0 and I am trying to plugin a custom authenticator class. Currently I only want to make sure that everything flows correctly, so I have DummyAuthenticator (similar to KerberosAuthenticator/ PseudoAuthenticator) class on the client that tries to initiate a connection to the server.
Oozie is picking up my new DummyAuthenticator class on the client side when I run a job with -auth DummyAuthenticator parameter. But I would like to use the config file so that I don't have to specify the -auth parameter everytime. I can see that there is a config parameter "authenticator.class" that is intended for this purpose but setting it in oozie.xml doesn't do the trick. Is there something I am missing, thanks for your help. Regards Mehant
