Hi, I'm new to oozie and I'm wandering if there is any way to initialize Action's parameters according to the output of previous Action?
The scenario is that I have a few hive scripts(A,B,C) If the output of A is null then I would initialize B's parameter with some other value. Another question is that does oozie support loop action that can invoke other actions?
