Re: Cyclic dependency in JobControl job DAG

2012-06-25 Thread Robert Evans
I personally think it is useful. I would say contribute it. (Moved common-dev to bcc, we try not to cross post on these lists) --Bobby Evans On 6/25/12 3:37 AM, "madhu phatak" wrote: Hi, In current implementation of JobControl, whenever there is a cyclic dependency between the jobs it throws

Cyclic dependency in JobControl job DAG

2012-06-25 Thread madhu phatak
Hi, In current implementation of JobControl, whenever there is a cyclic dependency between the jobs it throws a Stack overflow exception . For example, ControlledJob job1 = new ControlledJob(new Configuration()); job1.setJobName("job1"); ControlledJob job2 = new ControlledJob(new Configuration