Hi, did anyone make it work property in his project?
I need to do dry run for my workflows.
The usecase is:
User writes workflow and wants to:
1. Check if it valid
2. do dryrun, see how it flows without executing steps.
Let say I have wflow with three steps:
1. disctp data from $A to $B
2. run sp
Hi,
I have a use case like this - in a multi cluster (hadoop cluster)
environment if I would like to send a job/oozie workflow to a desired
cluster during runtime, how can this be done.
I see that there is JavaActionExecutor class which read NN and JobTracker
in createBaseHadoopConf method
All H