Hi Guys, I am trying to build a workflow, which should get commands from a shell script and oozie job has to complete that sqoop command and then take the other command from same shell script.
for example: my shell script have sqoop command and automatically looped over, from start date within it after completing one after other till given end date, when the sqoop command is getting generated at that point I wanted to call oozie and run that until the shell script hits end date. I saw examples the other way, but it is not what i wanted. Is it possible? any suggestions will help. Thanks Sowjanya