Re: Cas Timeout Exception in DUCC

2014-03-31 Thread Eddie Epstein
Reshu, Please look in the logfile of the job process. Maybe 10 minutes is still not enough? Eddie On Mon, Mar 31, 2014 at 2:42 AM, reshu.agarwal reshu.agar...@orkash.comwrote: On 03/28/2014 05:36 PM, Eddie Epstein wrote: There is a job specification parameter: --process_per_item_time_max

FilteredIterator is very slow

2014-03-31 Thread Kline, Larry
When I use a filtered FSIterator it's an order of magnitude slower than a non-filtered iterator. Here's my code: Create the iterator: private FSIteratorAnnotation createConstrainedIterator(JCas aJCas) throws CASException { FSIteratorAnnotation it =

Re: FilteredIterator is very slow

2014-03-31 Thread Thomas Ginter
Larry, A faster way to get the list of types that you will skip would be to do the following: FSIndexTitlePersonHonorificAnnotation titlePersonHAIndex = aJCas.getAnnotationIndex(TitlePersonHonorificAnnotation.type); Doing this for each type will yield an index that points to just the

Re: Preferably using UIMAfit, how can I dynamically generate types for a CollectionReader

2014-03-31 Thread Andrew MacKinlay
Fantastic, thanks very much for the tips. I had just stumbled across createReaderDescription (after my initial post, of course), and it's reassuring to know that it should just work (I don't think I'll need to manually merge, but it's useful to know how if needed). It's also useful to know

What if head node fails in DUCC

2014-03-31 Thread reshu.agarwal
Hi, I have a question. If head node fails then we are no more able to do UIMA processing. Can I defined multiple head nodes in DUCC? If one head node is failed then second node will work as a head node. Is this possible? what is the backup strategy of DUCC? -- Thanks, Reshu Agarwal