oozie-error-message: E0803: IO error, E0808: Disallowed user property [user.name]

875 Views Asked by At

In the post message, I've a property user.name and oozie responds as follows:

oozie-error-message: E0803: IO error, E0808: Disallowed user property [user.name]

When I remove the property, It gives the following error message: oozie-error-message: E0401: Missing configuration property [user.name]

It looks crazy and not sure what it wants. Eventually I need to pass this property in the POST request.

1

There are 1 best solutions below

2
On

Have you tried renaming the property to be username (no dot)? It could be that it really doesn't like the dot in the name.