That's too bad, but thank you Harshal and Mona for the replies. I do not fully understand the Oozie architecture yet but I will try to learn more and see if a JIRA cannot be opened to get this functionality incorporated in a future release.
Thanks. On Thu, Dec 5, 2013 at 7:24 PM, Mona Chitnis <[email protected]> wrote: > 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. > >> > >
