Eduardo, I don't know if this has changed based on any patches in Oozie 3 but to my knowledge this is not possible in Oozie 2 (we currently are using CDH 3u3 and I can confirm this doesn't work). I wish there was a way to inject coordinator name or workflow name based on some parameterization but we were able to work around it by code generating the coordinators based on specific app.
-- Matt On Mon, Nov 26, 2012 at 10:39 AM, Eduardo Afonso Ferreira < [email protected]> wrote: > Hey, quick question: > > Can we use a variable for the coordinator-app name? I tried it the other > day but it apparently does not work. > I'm talking about using something like this: > > <coordinator-app name="${COORD_NAME}" ...> > > Thank you. > Eduardo.
