Re: Problems with Annotators using a non-default View

2014-03-26 Thread Chuong Ngo
Eddie: I mispoke slight earlier. We have 3 analysis engines: one to create a new view, one to work on that new view, and one that calls the previous two. Let's call them A, B, and C respectively. So C calls A and then B in a fixed flow order utilizing custom resource specifier. C is the full pi

Re: Ducc Problems

2014-03-26 Thread reshu.agarwal
On 03/26/2014 11:34 PM, Eddie Epstein wrote: Hi Reshu, The collectionProcessingComplete() method in UIMA-AS has a limitation: a Collection Processing Complete request sent to the UIMA-AS Analysis Service is cascaded down to all delegates; however, if a particular delegate is scaled-out, only one

Re: status Lost=1 in DUCC

2014-03-26 Thread reshu.agarwal
On 03/26/2014 10:06 PM, Lou DeGenaro wrote: Hi Reshu, re: your answers to 5 & 6 6a. Is the data that populates the CAS the "name" of a document or the document itself? (The expected expected use of DUCC is to *not* pass the document contents which may, for example, be very large) 6b. If it i

Re: Problems with Annotators using a non-default View

2014-03-26 Thread Eddie Epstein
Would be nice to see the big picture, how the JMS services are integrated into the full pipeline. Sounds like you have two, separate, "remote" JMS annotators, which are being called from an aggregate on a "local" client. And guessing that there is sofamapping on the aggregate, for the two remote de

Problems with Annotators using a non-default View

2014-03-26 Thread Chuong Ngo
I have two annotators that are being used via JMS calls in UIMA AS. The first annotator creates a separate view that then needs to be read by the second annotator. The view is created with: String destinationId = "SomeView"; JCas targetView = aJCas.createView(destinationId); String text = "hold

Re: Ducc Problems

2014-03-26 Thread Eddie Epstein
Hi Reshu, The collectionProcessingComplete() method in UIMA-AS has a limitation: a Collection Processing Complete request sent to the UIMA-AS Analysis Service is cascaded down to all delegates; however, if a particular delegate is scaled-out, only one of the instances of the delegate will get this

Re: status Lost=1 in DUCC

2014-03-26 Thread Lou DeGenaro
Hi Reshu, re: your answers to 5 & 6 6a. Is the data that populates the CAS the "name" of a document or the document itself? (The expected expected use of DUCC is to *not* pass the document contents which may, for example, be very large) 6b. If it is a "name" or the like, is that something you

Re: Ducc Problems

2014-03-26 Thread reshu.agarwal
On 03/26/2014 06:43 PM, Eddie Epstein wrote: Are you using standard UIMA interface code to Solr? If so, which Cas Consumer? Taking at quick look at the source code for SolrCASConsumer, the batch and collection process complete methods appear to do nothing. Thanks, Eddie On Wed, Mar 26, 2014 a

Re: next UIMA workshop?

2014-03-26 Thread Jens Grivolla
Hi all, I have just posted the (more or less) final CFP on uima-user and uima-dev. Feel free to distribute the CFP to anybody you think would be interested. While this has been merged with a different workshop and thus has a somewhat wider scope than just UIMA, I still view this as a followu

CFP: Workshop on Open Infrastructures and Analysis Frameworks for HLT

2014-03-26 Thread Jens Grivolla
Workshop on Open Infrastructures and Analysis Frameworks for HLT http://glicom.upf.edu/OIAF4HLT/ At the 25th International Conference on Computational Linguistics (COLING 2014) Helix Conference Centre at Dublin City University (D

Re: status Lost=1 in DUCC

2014-03-26 Thread reshu.agarwal
Hi Lou, On 03/26/2014 04:27 PM, Lou DeGenaro wrote: Hi Reshu, The good news is that DUCC is functional since 1.job works. So we need to find out why your particular job fails. A few more questions: 5. Does your job consist of multiple work items (CASes), and do any of them succeed? My job c

Re: Ducc Problems

2014-03-26 Thread Eddie Epstein
Are you using standard UIMA interface code to Solr? If so, which Cas Consumer? Taking at quick look at the source code for SolrCASConsumer, the batch and collection process complete methods appear to do nothing. Thanks, Eddie On Wed, Mar 26, 2014 at 6:08 AM, reshu.agarwal wrote: > On 03/21/201

Re: status Lost=1 in DUCC

2014-03-26 Thread Lou DeGenaro
Hi Reshu, The good news is that DUCC is functional since 1.job works. So we need to find out why your particular job fails. A few more questions: 5. Does your job consist of multiple work items (CASes), and do any of them succeed? 6. DUCC has Job Driver (JD) that employs your CollectionReader

Re: Ducc Problems

2014-03-26 Thread reshu.agarwal
On 03/21/2014 11:42 AM, reshu.agarwal wrote: Hence we can not attempt batch processing in cas consumer and it increases our process timing. Is there any other option for that or is it a bug in DUCC? Please reply on this problem as if I am sending document in solr one by one by cas consumer wit

Re: status Lost=1 in DUCC

2014-03-26 Thread reshu.agarwal
On 03/20/2014 06:35 PM, Lou DeGenaro wrote: Where does the warning appear, in a log file in the job's log directory? Is there any other information related to that warning? Hi Lou, Answers of your questions are given below. Hope it will help: 1. Are you able to run a simple job, such as 1.job