Tim, If you define comma to be you delimiter, then you can pass
property1=a,b,c,d,e as a single property and in your java action you just split the value of property1 on commas. thx On Tue, Oct 30, 2012 at 11:43 AM, Tim Chan <[email protected]> wrote: > Hi Mohammad, > > I'd like to create a Java action that will make calls to a list of servers. > I'd like to configure this list using an oozie properties file. > > Thanks, > > Tim > > On Tue, Oct 30, 2012 at 11:26 AM, Mohammad Islam <[email protected]> wrote: > >> Hi Tim, >> How will it be used in xml? >> >> Regards, >> Mohammad >> >> >> ________________________________ >> From: Tim Chan <[email protected]> >> To: [email protected] >> Sent: Tuesday, October 30, 2012 10:19 AM >> Subject: a list of values for an oozie property >> >> Is it possible to have a list of values for a given oozie property in the >> properties file? >> >> For example, >> >> property1 = { a, b, c, d } >> >> instead of just >> >> property1 = a >> > > > > -- > [image: Monkey] Tim Chan // [email protected] // 213.784.2523 -- Alejandro
