Hi Puneet, without more information about the job you're running (ideally code), it's hard to help you.
Cheers, Till On Fri, Feb 9, 2018 at 10:43 AM, Puneet Kinra < [email protected]> wrote: > Hi > > I am working on batch application i which once the data is get loaded into > the Memory > second job should only run once first job is finished. > > > > boolean contactHistoryLoading=bonusPointBatch.contactHistoryLoading( > jsonFileReader,cache); > if(contactHistoryLoading) > { > bonusPointBatch.transcationLoading(jsonFileReader, cache); > } > > > but in the plan it is show only two operators ideally it show 4 operators > 2 from each job. > > > [image: Inline image 1] > > -- > *Cheers * > > *Puneet Kinra* > > *Mobile:+918800167808 <+91%2088001%2067808> | Skype : > [email protected] <[email protected]>* > > *e-mail :[email protected] > <[email protected]>* > > >
