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
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