Hi All, Lets say, I have below processors:
1.listfile > 2.fetchfile > 3.putHDFS > 4.ExecuteSQL I want to run all above processors in sequence. Processor 1 will wait for next run until all 2,3 & 4 completes. Similarly 2 will wait until 3 & 4 completes current run and so on. In other words, can I schedule the entire workflow as single job and under single schedule ? Thanks in advance. -Obaid
