@SKG, The solution that I ended up with is not yet "automatic". Essentially, I have several "pairs" of jobs setup into flows...one job loads HDFS, the other loads LASR. Then, I have a separate flow that essentially contains all of my LASR load jobs. This job gets run manually during the startup process...once Hadoop and LASR are both up. So, my schedule manager looks similar to the following: (Flow) _Load_LASR_ALL <----- This is the Flow that I run manually on Statup (Job) Table1_Load_to_LASR (Job) Table2_Load_to_LASR (Flow) Load_Table1 (Job) Table1_Load_to_HDFS (Job) Table1_Load_to_LASR (Flow) Load_Table2 (Job) Table2_Load_to_HDFS (Job) Table2_Load_to_LASR We are in the process of getting some playbooks setup for Ansible. We hope that we can automate our startup process (including calling the flow or jobs listed above). Hopefully this helps. If you have any questions, please let me know. Thanks, Ricky
... View more