You could probably just use nohup if they're all parallel and send them into the background.
Nohup pig script1.pig & Nohup pig script2.pig & Etc. On Jul 22, 2013 7:12 AM, "[email protected]" < [email protected]> wrote: > You can create job flow in oozie. > > Sent via Rocket from my HTC > > ----- Reply message ----- > From: "Bhavesh Shah" <[email protected]> > To: "[email protected]" <[email protected]> > Subject: Execute multiple PIG scripts parallely > Date: Mon, Jul 22, 2013 4:04 PM > > > Hello All, > > > > I have multiple PIG Script with and currently I am executing it in > sequential manner using command > > pig -x mapreduce /path/to/Script/Script1.pig && > /path/to/Script/Script2.pig && /path/to/Script/Script3.pig > > > > But now I am looking for executing those scripts in parallel as all are > independent of each other. I searched for it but not getting exactly. > > > > So is there any way through which I can execute my all scripts parallely? > > > > > > Thanks, > > Bhavesh Shah >
