Re: Running UIMA on a cluster

2012-05-01 Thread Eddie Epstein
The UIMA-AS framework doesn't have any support for deploying processes across a cluster. SGE could be used to play that role. Because UIMA-AS services register with a JMS broker, and the UIMA-AS client communicates with these services via the broker, it doesn't matter where they run. Eddie On

Re: Running UIMA on a cluster

2012-04-27 Thread Thomas Ginter
UIMA-AS was created to handle the message passing, job distribution, etc. Try going through the UIMA-AS documentation first. We have had pretty good success using it here. Thanks, Thomas Ginter 801-448-7676 thomas.gin...@utah.edu On Apr 27, 2012, at 1:35 PM, John David Osborne wrote:

Re: Running UIMA on a cluster

2012-04-27 Thread Eric Riebling
I'd like to point out also that the best UIMA-AS documentation is actually not where one might first go looking (in docs, html, or pdf files) but rather the README file at the top level of the UIMA-AS distribution. That's where to find the good stuff. :) On 4/27/2012 3:47 PM, Thomas Ginter

Re: Running UIMA on a cluster

2012-04-27 Thread John David Osborne
Very helpful responses from you and Thomas, thanks guys! The README in the 2.3.1 documentation is very useful. I'm still confused about one thing, and I am dreading the answer. How does UIMA-AS play with pre-existing tools like SGE? I'm under the impression that it is basically going to ignore