Re: Ruta parallel execution

2014-12-19 Thread Peter Klügl
Am 19.12.2014 15:10, schrieb Silvestre Losada: > Hi Jens, > > First of all thanks for your detailed answer. UIMA ruta has an option in > order to execute an analisys engine from ruta script here > is described. So inside the script you can execute > the analysis engine and th

Re: Ruta parallel execution

2014-12-19 Thread Eddie Epstein
Hi Silvestre, An aggregate deployed with UIMA-AS can be used to run delegate annotators in parallel, with a few restrictions. - the aggregate must be deployed as async=true - the parallel delegates must each be running in remote processes - the delegates must not modify preexisting FS As Jens

Re: DUCC- Agent1 is on Physical and Agent2 is on virtual=Slow the job process timing

2014-12-19 Thread Eddie Epstein
Hi Reshu, On Fri, Dec 19, 2014 at 12:26 AM, reshu.agarwal wrote: > > Hi, > > Is there any problem if one Agent node is on Physical(Master) and one > agent node is on virtual? > > I am running a job which is having avg processing timing of 20 min when I > have configured a single machine DUCC (ph

Re: Ruta parallel execution

2014-12-19 Thread Silvestre Losada
Hi Jens, First of all thanks for your detailed answer. UIMA ruta has an option in order to execute an analisys engine from ruta script here is described. So inside the script you can execute the analysis engine and then apply some rules to the annotations created by the anal

Re: Ruta parallel execution

2014-12-19 Thread Jens Grivolla
Hi Silvestre, there doesn't seem to be anything RUTA-specific in your question. In principle, UIMA-AS allows parallel scaleout and merges the results (though I personally have never used it this way), but there are of course a few things to take into account. First, you will of course need to pro