Hi Oozie users,

I know that in java action, arguments can be passed to the main method
using the <arg> tag, but this makes the program dependent on the order of
the arguments and also makes argument validation unreliable (for example,
if there are two or more consecutive arguments of the same type). Is there
a way to set the required arguments in a java.util.properties map and pass
to the main method similar to what is available for capturing the output?


Thanks.

Reply via email to