Re: Re: hi,how can I complete this DAG in a workflow using oozie?

2013-11-09 Thread Alejandro Abdelnur
ow > beacause the "M" type is a DAG(fork-join grammer limitation or Oozie design > does not aim at this)? > > wating for your help sincerely! > thx! > > > > HENRY > > Sender: Alejandro Abdelnur > Send Time: 2013-11-09 01:05 > Receiver: user@oozie.apache

Re: Re: hi,how can I complete this DAG in a workflow using oozie?

2013-11-08 Thread renguihe
t the "M" type dependency in a workflow beacause the "M" type is a DAG(fork-join grammer limitation or Oozie design does not aim at this)? wating for your help sincerely! thx! HENRY Sender: Alejandro Abdelnur Send Time: 2013-11-09 01:05 Receiver: user@oozie.apache.org cc:

Re: hi,how can I complete this DAG in a workflow using oozie?

2013-11-08 Thread Alejandro Abdelnur
wf.SignalXCommand.execute(SignalXCommand.java:170) >... 8 more > > Hope for your help! > > > > > HENRY > > Sender: [Email Address Not Verified]-rengu...@ebupt.com > Send Time: 2013-11-08 10:14 > Receiver: user > Subject: Re: Re: hi,how can I complet

Re: Re: hi,how can I complete this DAG in a workflow using oozie?

2013-11-08 Thread renguihe
... 8 more Hope for your help! HENRY Sender: [Email Address Not Verified]-rengu...@ebupt.com Send Time: 2013-11-08 10:14 Receiver: user Subject: Re: Re: hi,how can I complete this DAG in a workflow using oozie? 3x for replying! What I want to implement is this DAG(not contaning control flow nodes

Re: Re: hi,how can I complete this DAG in a workflow using oozie?

2013-11-07 Thread renguihe
lse and only enabled if both are set to true (or not specified)." Hope for your help! HENRY Sender: Robert Kanter Send Time: 2013-11-08 03:10 Receiver: user@oozie.apache.org Subject: Re: hi,how can I complete this DAG in a workflow using oozie? When doing forks, I always find it helpful to w

Re: hi,how can I complete this DAG in a workflow using oozie?

2013-11-07 Thread Robert Kanter
-- > *From: * "任桂禾"; > *Date: * Thu, Nov 7, 2013 10:44 PM > *To: * "user"; > *Subject: * hi,how can I complete this DAG in a workflow using oozie? > > hi,how can I complete this DAG in a workflow using oozie? > With oozie.wf.validate.ForkJoin=true,I ca

hi,how can I complete this DAG in a workflow using oozie?

2013-11-07 Thread 任桂禾
hi,how can I complete this DAG in a workflow using oozie? With oozie.wf.validate.ForkJoin=true,I can not do it. So I set oozie.wf.validate.ForkJoin=false ,and write a config like this,but it can't run normally yet. Hope for help! 3x Here is my c