Hello experienced users, I am a new user trying to run a set of tests using a oozieClient and I am getting following error:
E0501 : E0501: Could not perform authorization operation, User: oozie is not allowed to impersonate JS185350 at org.apache.oozie.client.OozieClient.handleError(OozieClient.java:508) at org.apache.oozie.client.OozieClient$JobSubmit.call(OozieClient.java:591) at org.apache.oozie.client.OozieClient$JobSubmit.call(OozieClient.java:561) at org.apache.oozie.client.OozieClient$ClientCallable.call(OozieClient.java:479) at org.apache.oozie.client.OozieClient.run(OozieClient.java:655) Which is correct as the only allowed user is jobsubmit as a member of group users. Is there some way how to submit as a different user? I am not allowed to change cluster configuration and need to run some tests. I need to find some way how to run workflow from java. Thanks for helping me out. Jakub
