MiniOozie for local dryrun or other options for doing dryrun of oozie workflows?

2016-12-01 Thread Serega Sheypak
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

Change NN and JobTracker dynamically during runtime

2016-12-01 Thread mdk-swandha
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