Hi, There is currently no way to pass the arguments as a map as you propose.
On 12/3/13 11:57 AM, "Hrishikesh P" <[email protected]> wrote: >Hi users, does anyone know if this functionality currently exists in >Oozie? > > >On Mon, Dec 2, 2013 at 11:54 AM, Hrishikesh P ><[email protected]>wrote: > >> 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. >>
