Re: UIMA CPP Report

2023-09-06 Thread Eddie Epstein
Hi Pablo! Sounds like really good progress. How about using spaCy with some rule-based processing to filter the output of a generative LLM? Best, Eddie On Tue, Sep 5, 2023 at 3:59 PM Pablo Duboue wrote: > Hi, > > Just some update that might be useful for the upcoming board report. > > The

Re: UIMA-CPP update

2023-02-02 Thread Eddie Epstein
Hi Pablo, Good you are confused about my comments. I'll try to explain my reasoning. > Much more work, but possibly much more user friendly, would be to add an > > annotator controller mechanism with RPC support around cassis, and add > > delta-CAS support to cassis serialization. > > > > I

Re: [VOTE] Migrate all code remaining from ASF Subversion to GitHub

2023-01-27 Thread Eddie Epstein
[x] +1 OK to move from ASF Subversion to GitHub On Fri, Jan 27, 2023 at 8:39 AM Peter Klügl wrote: > [x] +1 OK to move from ASF Subversion to GitHub > > Peter > > Am 27.01.2023 um 13:48 schrieb Richard Eckart de Castilho: > > Hi all, > > > > some time back, we have had some votes regarding

Re: UIMA-CPP update

2023-01-09 Thread Eddie Epstein
> What is ActiveMQ support enabling in UIMA-CPP? > > Is it for interaction with UIMA-AS (which is also currently unmaintained > and has been dropped from the website as part of dropping all the other > v2-only code)? > Yea, UIMA-AS. From my perspective (being away from the code for a few years)

Re: [VOTE] Retire UIMA C++ SDK

2022-12-12 Thread Eddie Epstein
The combination of uimacpp + amq-cpp does support non-JNI interoperability with uimaj. Although I am only familiar with using uimacpp as a remote component for uimaj applications, it may not be hard for uimacpp to be an application that uses uimaj remote annotators. It is not clear to me that such

Re: [VOTE] Retire UIMA C++ SDK

2022-12-08 Thread Eddie Epstein
PS ... Hi Pablo ... very generous of you to volunteer to help! Best, Eddie On Thu, Dec 8, 2022 at 1:37 PM Eddie Epstein wrote: > It would be useful to understand what roles uimacpp is still needed. > Historically uimacpp code predated the existence of uimaj. > See > https://web.arc

Re: [VOTE] Retire UIMA C++ SDK

2022-12-08 Thread Eddie Epstein
It would be useful to understand what roles uimacpp is still needed. Historically uimacpp code predated the existence of uimaj. See https://web.archive.org/web/20060312040720id_/http://researchweb.watson.ibm.com/journal/sj/433/gotz.pdf Uimacpp evolved along with uimaj to include new functionality

Re: [VOTE] Retire UIMA C++ SDK

2022-12-07 Thread Eddie Epstein
> You mean like this: > > https://github.com/apache/uima-uimacpp > > Yes, very much like that! :) Eddie

Re: [VOTE] Retire UIMA C++ SDK

2022-12-07 Thread Eddie Epstein
I believe there are compilation problems with newer versions of C/C++ compilers, and if memory serves me correctly, compatibility problems with one or more newer versions of dependent libs: activemq-cpp, icu4c, apr, and xerces. Dan Gruhl did a bunch of work refactoring uimacpp code to compile, and

Re: [VOTE] Retire UIMA DUCC

2022-12-07 Thread Eddie Epstein
[ x ] +1 - go on and retire Eddie On Wed, Dec 7, 2022 at 2:45 AM Richard Eckart de Castilho wrote: > Hi all, > > I propose to retire UIMA DUCC on Dec 21 2022. > > The original creators and maintainers of UIMA DUCC are no longer working > on it > leaving the codebase unmaintained. > > We

Re: Anybody using UIMA DUCC? Care to give a hand?

2022-11-11 Thread Eddie Epstein
Hi Richard, Our last DUCC cluster was retired earlier this year. I would vote for retirement. Regards, Eddie On Fri, Nov 11, 2022 at 10:38 AM Richard Eckart de Castilho wrote: > Hi all, > > is anybody using UIMA DUCC? > > If yes, it would be great if you could lend us a hand in preparing a

Re: Towards a (new) UIMA CAS JSON format - feedback welcome!

2021-08-26 Thread Eddie Epstein
Richard, Looks promising! I put a few comments in the drive document. Regards, Eddie On Fri, Aug 20, 2021 at 5:27 AM Richard Eckart de Castilho wrote: > Hi all, > > to facilitate working with UIMA CAS data and to promote interoperability > between different UIMA implementations, a new UIMA JSON

Re: [DISCUSS] New PMC chairperson

2020-10-20 Thread Eddie Epstein
Marshall has been an amazing contributor to UIMA for at least 15 years. UIMA v3, the multiple compressed CAS serialization methods, the indexing system redesign, his many other performance optimizations and bug fixes represent almost all of the contributions to the UIMA core in this time period.

Re: Any experience running UIMA DUCC on container/cloud infrastructures

2020-03-18 Thread Eddie Epstein
Hi Richard, We've been running DUCC in a cloud environment for almost a year now. The DUCC master and a glusterfs servers run on bare metal and all of the workstations and worker machines run on VMs. Cluster users add VMs to the cluster as needed. A job can be started on one more workers and then

Re: [VOTE] Releasing UIMA-C++ version 3.0.0 rc1

2020-02-10 Thread Eddie Epstein
il.h is loaded ... may need to hack > ICU to not use such a common name. > > On Thu, Feb 6, 2020 at 11:48 AM Eddie Epstein wrote: > > > UIMA-C++ v.3.0.0 release candidate 1 is ready for voting. > > > > This release includes extensive code changes to allow uimacpp t

[VOTE] Releasing UIMA-C++ version 3.0.0 rc1

2020-02-06 Thread Eddie Epstein
UIMA-C++ v.3.0.0 release candidate 1 is ready for voting. This release includes extensive code changes to allow uimacpp to compile and run on modern machines. It also bundles much more up-to-date 3rd party dependencies. Code changes suggested by the community have been integrated. New

[jira] [Commented] (UIMA-4899) UIMACPP access violation in destroyJNI()

2020-01-21 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020370#comment-17020370 ] Eddie Epstein commented on UIMA-4899: - The major rework done in uima-6140 included the annotator

[jira] [Work started] (UIMA-6175) Changes needed for UIMA C++ release 3.0.0

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-6175 started by Eddie Epstein. --- > Changes needed for UIMA C++ release 3.

[jira] [Created] (UIMA-6175) Changes needed for UIMA C++ release 3.0.0

2020-01-20 Thread Eddie Epstein (Jira)
Eddie Epstein created UIMA-6175: --- Summary: Changes needed for UIMA C++ release 3.0.0 Key: UIMA-6175 URL: https://issues.apache.org/jira/browse/UIMA-6175 Project: UIMA Issue Type: Task

[jira] [Closed] (UIMA-5234) UIMA C++ is compatible with APR 1.5.x

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5234. --- Resolution: Fixed this change was made as part of UIMA-6140 > UIMA C++ is compatible with APR 1.

[jira] [Work started] (UIMA-5235) Update UIMAC++ build Mac OSX instructions

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-5235 started by Eddie Epstein. --- > Update UIMAC++ build Mac OSX instructi

[jira] [Assigned] (UIMA-5235) Update UIMAC++ build Mac OSX instructions

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein reassigned UIMA-5235: --- Assignee: Eddie Epstein > Update UIMAC++ build Mac OSX instructi

[jira] [Work started] (UIMA-6172) Eliminate errors/warnings resulting from UIMA-6140: "Update of UIMA C++ to run with modern compilers"

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-6172 started by Eddie Epstein. --- > Eliminate errors/warnings resulting from UIMA-6140: "Update o

[jira] [Work started] (UIMA-6173) Make it easier to test UIMA C++ interoperability with UIMA-AS

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-6173 started by Eddie Epstein. --- > Make it easier to test UIMA C++ interoperability with U

[jira] [Work started] (UIMA-5236) Can not compile UIMA C++ examples in Mac OS X

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-5236 started by Eddie Epstein. --- > Can not compile UIMA C++ examples in Mac O

[jira] [Assigned] (UIMA-5236) Can not compile UIMA C++ examples in Mac OS X

2020-01-20 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein reassigned UIMA-5236: --- Assignee: Eddie Epstein > Can not compile UIMA C++ examples in Mac O

Re: [VOTE] Moving UIMA Ruta to Git Repo

2020-01-20 Thread Eddie Epstein
+1 OK to move UIMA Ruta from SVN to (writable) GIT for source control On Mon, Jan 20, 2020 at 11:14 AM Peter Klügl wrote: > Hi, > > > after Ruta v3 is released and UIMA-AS is also moving, I think it's time > that UIMA Ruta also switches to GIT. > > > I would like to move UIMA Ruta to Git. Let

[jira] [Created] (UIMA-6173) Make it easier to test UIMA C++ interoperability with UIMA-AS

2020-01-18 Thread Eddie Epstein (Jira)
Eddie Epstein created UIMA-6173: --- Summary: Make it easier to test UIMA C++ interoperability with UIMA-AS Key: UIMA-6173 URL: https://issues.apache.org/jira/browse/UIMA-6173 Project: UIMA

[jira] [Updated] (UIMA-6172) Eliminate errors/warnings resulting from UIMA-6140: "Update of UIMA C++ to run with modern compilers"

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6172: Issue Type: Bug (was: Task) > Eliminate errors/warnings resulting from UIMA-6140: "Update

[jira] [Created] (UIMA-6172) Eliminate errors/warnings resulting from UIMA-6140: "Update of UIMA C++ to run with modern compilers"

2020-01-16 Thread Eddie Epstein (Jira)
Eddie Epstein created UIMA-6172: --- Summary: Eliminate errors/warnings resulting from UIMA-6140: "Update of UIMA C++ to run with modern compilers" Key: UIMA-6172 URL: https://issues.apache.org/jira/browse

[jira] [Closed] (UIMA-2118) Parameter overrides not supported in C++ aggregates

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-2118. --- Resolution: Abandoned closing issue as per Richard's suggestion. > Parameter overrides not suppor

[jira] [Resolved] (UIMA-4900) UIMACPP 64bit issue

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-4900. - Resolution: Won't Fix Although it may not be explicitly documented, the maximum document size

[jira] [Resolved] (UIMA-5657) Pythonnator cannot build because swig / swig_module info problem

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-5657. - Resolution: Duplicate duplicate of UIMA-5237 > Pythonnator cannot build because s

[jira] [Closed] (UIMA-5657) Pythonnator cannot build because swig / swig_module info problem

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5657. --- > Pythonnator cannot build because swig / swig_module info prob

[jira] [Closed] (UIMA-5237) Pythonnator not compatible with latest SWIG

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5237. --- Thanks William! > Pythonnator not compatible with latest S

[jira] [Resolved] (UIMA-5237) Pythonnator not compatible with latest SWIG

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-5237. - Resolution: Fixed > Pythonnator not compatible with latest S

[jira] [Work started] (UIMA-5237) Pythonnator not compatible with latest SWIG

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-5237 started by Eddie Epstein. --- > Pythonnator not compatible with latest S

[jira] [Assigned] (UIMA-5237) Pythonnator not compatible with latest SWIG

2020-01-16 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-5237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein reassigned UIMA-5237: --- Assignee: Eddie Epstein > Pythonnator not compatible with latest S

Re: [VOTE] Moving UIMA-AS to Git Repo

2020-01-15 Thread Eddie Epstein
[X] +1 OK to move UIMA-AS from SVN to (writable) GIT for source control Eddie On Wed, Jan 15, 2020 at 3:55 PM Jaroslaw Cwiklik wrote: > I would like to move UIMA-AS to Git. Let me know with +1 or otherwise to > move UIMA-AS to a writable GIT repo and switch to using GIT for source > control

[jira] [Reopened] (UIMA-6140) Update of UIMA C++ to run with modern compilers

2019-11-21 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein reopened UIMA-6140: - Forgot about dealing with all the warnings. > Update of UIMA C++ to run with modern compil

[jira] [Resolved] (UIMA-6140) Update of UIMA C++ to run with modern compilers

2019-11-21 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-6140. - Resolution: Fixed > Update of UIMA C++ to run with modern compil

[jira] [Assigned] (UIMA-6140) Update of UIMA C++ to run with modern compilers

2019-11-21 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein reassigned UIMA-6140: --- Assignee: Eddie Epstein > Update of UIMA C++ to run with modern compil

Re: UIMACPP jenkins job is failing

2019-11-19 Thread Eddie Epstein
Problem was just a missing LD_LIBRARY_PATH specification. Everything probably worked on my ubuntu machine because APR, ICU and Xerces-C were all root installed packages; need to confirm that when I can get to that machine. On Mon, Nov 18, 2019 at 10:19 AM Eddie Epstein wrote: > Yes, the

Re: UIMACPP jenkins job is failing

2019-11-18 Thread Eddie Epstein
is in > /home/jenkins/jenkins-slave/workspace/UIMA-CPP-SDK/dependencies/ ? > Regards > > El lun., 18 nov. 2019 a las 8:12, Richard Eckart de Castilho (< > r...@apache.org>) escribió: > > > On 17. Nov 2019, at 00:39, Eddie Epstein wrote: > > > > > >

UIMACPP jenkins job is failing

2019-11-16 Thread Eddie Epstein
Richard (r...@apache.org) created a jenkins build for uimacpp. I've spent some time "fixing" the configuration but run into a block running the FVT suite: test_cas: error while loading shared libraries: libicudata.so.50: cannot open shared object file: No such file or directory Earlier in the

[jira] [Commented] (UIMA-6140) Update of UIMA C++ to run with modern compilers

2019-11-09 Thread Eddie Epstein (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16970923#comment-16970923 ] Eddie Epstein commented on UIMA-6140: - Tested this code on a RHEL 7.7 machine.  1. cloned   [https

[jira] [Created] (UIMA-6139) "all_in_one local" needs to add workitem jar to classpath

2019-10-29 Thread Eddie Epstein (Jira)
Eddie Epstein created UIMA-6139: --- Summary: "all_in_one local" needs to add workitem jar to classpath Key: UIMA-6139 URL: https://issues.apache.org/jira/browse/UIMA-6139 Project: UIMA

Re: [VOTE] moving uima-uimacpp project to r/w git

2019-10-08 Thread Eddie Epstein
+1 On Tue, Oct 8, 2019 at 10:49 AM Marshall Schor wrote: > I forgot that INFRA needs a [VOTE] on this. > > Please Vote to move this to GIT :-) > > -Marshall > > On 10/1/2019 4:58 PM, Marshall Schor wrote: > > Hi, > > > > To encourage more community maintenance, I'd like to move the current >

[jira] [Created] (UIMA-6100) viaducc does not handle attach_console correctly

2019-07-24 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6100: --- Summary: viaducc does not handle attach_console correctly Key: UIMA-6100 URL: https://issues.apache.org/jira/browse/UIMA-6100 Project: UIMA Issue Type: Bug

[jira] [Closed] (UIMA-6097) Defining a nodepool rule breaks all non-rule nodepool definitions

2019-07-24 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-6097. --- > Defining a nodepool rule breaks all non-rule nodepool definiti

[jira] [Resolved] (UIMA-6097) Defining a nodepool rule breaks all non-rule nodepool definitions

2019-07-18 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-6097. - Resolution: Fixed Fix Version/s: 3.0.1-Ducc > Defining a nodepool rule breaks all non-r

[jira] [Created] (UIMA-6097) Defining a nodepool rule breaks all non-rule nodepool definitions

2019-07-18 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6097: --- Summary: Defining a nodepool rule breaks all non-rule nodepool definitions Key: UIMA-6097 URL: https://issues.apache.org/jira/browse/UIMA-6097 Project: UIMA

[jira] [Created] (UIMA-6063) Add utility to run arbitrary commands as a Job process

2019-06-11 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6063: --- Summary: Add utility to run arbitrary commands as a Job process Key: UIMA-6063 URL: https://issues.apache.org/jira/browse/UIMA-6063 Project: UIMA Issue Type

[jira] [Created] (UIMA-6044) %CPU value reported after process stops is incorrect

2019-05-10 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6044: --- Summary: %CPU value reported after process stops is incorrect Key: UIMA-6044 URL: https://issues.apache.org/jira/browse/UIMA-6044 Project: UIMA Issue Type

[jira] [Commented] (UIMA-6033) quesced column not created when extending from older DUCC DB restore.

2019-05-06 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16833868#comment-16833868 ] Eddie Epstein commented on UIMA-6033: - In order to fix this problem with v3.0.0 code, use cqlsh

[jira] [Updated] (UIMA-6032) DUCC shutdown has become slow

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6032: Fix Version/s: future-DUCC > DUCC shutdown has become s

[jira] [Updated] (UIMA-6031) ducc_rsync options could be more useful

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6031: Fix Version/s: 3.0.1-Ducc > ducc_rsync options could be more use

[jira] [Updated] (UIMA-6033) quesced column not created when extending from older DUCC DB restore.

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6033: Fix Version/s: 3.0.1-Ducc > quesced column not created when extending from older DUCC DB rest

[jira] [Updated] (UIMA-6034) ducc_ling version not correctly checked if no shared FS

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6034: Fix Version/s: 3.0.1-Ducc > ducc_ling version not correctly checked if no shared

[jira] [Updated] (UIMA-6035) ducc.properties not updated with site.ducc.properties when needed

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6035: Fix Version/s: 3.0.1-Ducc > ducc.properties not updated with site.ducc.properties when nee

[jira] [Updated] (UIMA-6036) ducc_id not updated correctly after restoring DB from backup

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6036: Fix Version/s: 3.0.1-Ducc > ducc_id not updated correctly after restoring DB from bac

[jira] [Updated] (UIMA-6037) agent autostart should rsync its local ducc_runtime tree

2019-05-03 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-6037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-6037: Fix Version/s: 3.0.1-Ducc > agent autostart should rsync its local ducc_runtime t

[jira] [Created] (UIMA-6037) agent autostart should rsync its local ducc_runtime tree

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6037: --- Summary: agent autostart should rsync its local ducc_runtime tree Key: UIMA-6037 URL: https://issues.apache.org/jira/browse/UIMA-6037 Project: UIMA Issue Type

[jira] [Created] (UIMA-6036) ducc_id not updated correctly after restoring DB from backup

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6036: --- Summary: ducc_id not updated correctly after restoring DB from backup Key: UIMA-6036 URL: https://issues.apache.org/jira/browse/UIMA-6036 Project: UIMA Issue

[jira] [Created] (UIMA-6035) ducc.properties not updated with site.ducc.properties when needed

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6035: --- Summary: ducc.properties not updated with site.ducc.properties when needed Key: UIMA-6035 URL: https://issues.apache.org/jira/browse/UIMA-6035 Project: UIMA

[jira] [Created] (UIMA-6034) ducc_ling version not correctly checked if no shared FS

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6034: --- Summary: ducc_ling version not correctly checked if no shared FS Key: UIMA-6034 URL: https://issues.apache.org/jira/browse/UIMA-6034 Project: UIMA Issue Type

[jira] [Created] (UIMA-6033) quesced column not created when extending from older DUCC DB restore.

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6033: --- Summary: quesced column not created when extending from older DUCC DB restore. Key: UIMA-6033 URL: https://issues.apache.org/jira/browse/UIMA-6033 Project: UIMA

[jira] [Created] (UIMA-6032) DUCC shutdown has become slow

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6032: --- Summary: DUCC shutdown has become slow Key: UIMA-6032 URL: https://issues.apache.org/jira/browse/UIMA-6032 Project: UIMA Issue Type: Bug Components

[jira] [Created] (UIMA-6031) ducc_rsync options could be more useful

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6031: --- Summary: ducc_rsync options could be more useful Key: UIMA-6031 URL: https://issues.apache.org/jira/browse/UIMA-6031 Project: UIMA Issue Type: Improvement

[jira] [Created] (UIMA-6030) db_tool bad documentation

2019-05-03 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-6030: --- Summary: db_tool bad documentation Key: UIMA-6030 URL: https://issues.apache.org/jira/browse/UIMA-6030 Project: UIMA Issue Type: Bug Components

Re: [VOTE] UIMA-DUCC 3.0.0 RC6

2019-04-24 Thread Eddie Epstein
- Downloaded binary zip and confirmed sha512 checksum - installed on RHEL 7 head node with one RHEL 7 worker node - ran DUCC sample apps - success - no exceptions found in any logfiles - removed one node from a production DUCC cluster and installed RC6 on it - ran production jobs and managed

Re: [VOTE] UIMA-DUCC 3.0.0 RC4 - updating overview doc, uima v3 use?

2019-03-24 Thread Eddie Epstein
Marshall, The overview will indicate support for UIMAv2 and UIMAv3 versions. Use of Cassandra has been described since version 2.1. Non-UIMA-AS services have been supported and described since the initial release. Although work has been done to formalize the pull-service mechanism used by DUCC

Re: [VOTE] UIMA-DUCC 3.0.0 RC4

2019-03-21 Thread Eddie Epstein
Installed RC in a production environment so that a standard job could be run. Job failed with: 21 Mar 2019 13:14:13,645 ERROR Agent.DuccCommandExecutor - J[0] T[200] exec 0 java.lang.ClassNotFoundException: org.apache.uima.impl.UimaVersion at

[jira] [Closed] (UIMA-5988) UIMA-DUCC: JD fails due to not finding Workitem type in the CAS

2019-02-17 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5988. --- Resolution: Fixed It was a mistake to throw an exception when workitem not in typesystem.  Ignoring

[jira] [Commented] (UIMA-5962) UIMA-DUCC: create new project for JCas specific classes

2019-02-05 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16761281#comment-16761281 ] Eddie Epstein commented on UIMA-5962: - Created Workitem.java for uima-ducc-workitem-v3 project using

[jira] [Assigned] (UIMA-5962) UIMA-DUCC: create new project for JCas specific classes

2019-01-29 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein reassigned UIMA-5962: --- Assignee: Eddie Epstein (was: Jerry Cwiklik) > UIMA-DUCC: create new project for J

[jira] [Updated] (UIMA-5779) DUCC should tolerate DB errors

2019-01-29 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-5779: Fix Version/s: (was: 2.2.3-Ducc) future-DUCC > DUCC should tolerate

[jira] [Updated] (UIMA-5782) Improve ducc_update handling of elevated ducc_ling

2019-01-29 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-5782: Fix Version/s: (was: 2.2.3-Ducc) future-DUCC > Improve ducc_update handl

[jira] [Closed] (UIMA-5795) UIMA processor plugin for the DUCC pull service should not always equire a serialized CAS

2019-01-29 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5795. --- as ordered by the team > UIMA processor plugin for the DUCC pull service should not always equ

Re: DuccAbstractProcessContainer impl repeating lots of unneeded work?

2019-01-22 Thread Eddie Epstein
Best I can tell after hunting this down is that the offending code has been removed some time ago. Nothing calls getKey() anymore. Eddie On Fri, Jan 18, 2019 at 2:50 PM Marshall Schor wrote: > Hi, > > While tracing a ducc run, I noticed that for each work item, the method: > /** > *

[jira] [Created] (UIMA-5900) SM should delay starting custom service pingers

2018-10-29 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-5900: --- Summary: SM should delay starting custom service pingers Key: UIMA-5900 URL: https://issues.apache.org/jira/browse/UIMA-5900 Project: UIMA Issue Type: Bug

Re: move uima v3 work: uima-as / ducc

2018-06-26 Thread Eddie Epstein
Cas class to a separate artifact that the user may depend on > but does not have to. > > -- Richard > > > On 23.06.2018, at 23:54, Eddie Epstein wrote: > > > > DUCC includes a default Job flow controller that uses one custom type. It > > would be easy to change

Re: move uima v3 work: uima-as / ducc

2018-06-23 Thread Eddie Epstein
DUCC includes a default Job flow controller that uses one custom type. It would be easy to change the FC code to use CAS rather than JCas API. The bigger problem is that the JCas class is included in a DUCC "user" jar for application code. Removing the JCas class will break existing user apps,

Re: Is UIMA-AS missing some encoding spec?

2018-06-08 Thread Eddie Epstein
How about the service side on Windows, will that also need the same changes? Should Windows and Linux be compatible by default? Am pretty sure they once were. Eddie On Thu, Jun 7, 2018 at 3:01 PM, Jaroslaw Cwiklik wrote: > I've created JIRA for this: https://issues.apache.org/ >

[jira] [Commented] (UIMA-5763) UIMA: need a way to lock a CAS to prevent user from releasing it prematurely

2018-04-17 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16441566#comment-16441566 ] Eddie Epstein commented on UIMA-5763: - UIMA-AS does not support concurrent processing of a single CAS

Re: [VOTE] UIMA-AS 2.10.3 RC1

2018-04-17 Thread Eddie Epstein
- downloaded binary tarball, checked md5 and sha1 sums - unpacked, set UIMA_HOME, updated PATH and ran adjustExamplePaths.sh - ran startBroker.sh to create AMQ broker - ran basic test (MeetingDetectorTaeQueue) from README - started oxygen with UIMA_HOME environmental parameter set - imported

[jira] [Closed] (UIMA-5725) broken classpath and logging for UIMA-AS run configurations

2018-03-16 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5725. --- Resolution: Fixed Fix Version/s: 2.10.3AS > broken classpath and logging for UIMA-AS

Re: [VOTE] UIMA-DUCC 2.2.2 RC4

2018-03-15 Thread Eddie Epstein
Monitored the behavior of RC3 on a large multi-user cluster for a week and only found the long user name problem. Validated long user names are working ok with RC4. +1 OK to release On Thu, Mar 15, 2018 at 3:55 PM, Burn Lewis wrote: > + downloaded binary & source and

[jira] [Updated] (UIMA-5734) check_ducc & start_ducc problem when Banner is enabled in sshd_config

2018-02-27 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-5734: Fix Version/s: 2.2.2-Ducc > check_ducc & start_ducc problem when Banner is enabled in sshd

[jira] [Updated] (UIMA-5734) check_ducc & start_ducc problem when Banner is enabled in sshd_config

2018-02-27 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-5734: Fix Version/s: (was: future-DUCC) > check_ducc & start_ducc problem when Banner is

Re: [VOTE] UIMA-DUCC 2.2.2 RC2

2018-02-27 Thread Eddie Epstein
-1 Not OK to release, because ... two blocking problems. First is massively excessive logging by duccmon. The other is an infinite loop in restarting custom service instances on failure. Eddie On Thu, Feb 22, 2018 at 10:55 AM, Jerry Cwiklik wrote: > Hi, > > the UIMA-DUCC

Re: [VOTE] UIMA-DUCC 2.2.2 RC2

2018-02-23 Thread Eddie Epstein
Was just alerted to a problem with previous DUCC versions captured in https://issues.apache.org/jira/browse/UIMA-5734. Not a blocker here, but if RC2 fails for other reasons please pull 5734 into v2.2.2. Eddie On Fri, Feb 23, 2018 at 8:38 AM, Lou DeGenaro wrote: > -

[jira] [Resolved] (UIMA-5734) check_ducc & start_ducc problem when Banner is enabled in sshd_config

2018-02-23 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein resolved UIMA-5734. - Resolution: Fixed > check_ducc & start_ducc problem when Banner is enabled in sshd

[jira] [Created] (UIMA-5734) check_ducc & start_ducc problem when Banner is enabled in sshd_config

2018-02-23 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-5734: --- Summary: check_ducc & start_ducc problem when Banner is enabled in sshd_config Key: UIMA-5734 URL: https://issues.apache.org/jira/browse/UIMA-5734 Project:

[jira] [Updated] (UIMA-5559) DUCC cgroups use prerequistes are out-of-date

2018-02-16 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-5559: Description: CGroups have changed a lot relative to what DUCC documentation describes. Update

[jira] [Closed] (UIMA-5559) DUCC cgroups use prerequistes are out-of-date

2018-02-16 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein closed UIMA-5559. --- Resolution: Fixed > DUCC cgroups use prerequistes are out-of-d

[jira] [Updated] (UIMA-5559) DUCC cgroups use prerequistes are out-of-date

2018-02-16 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-5559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eddie Epstein updated UIMA-5559: Description: CGroups have changed a lot relative to what DUCC documentation describes. Update cgroup

[jira] [Created] (UIMA-5725) broken classpath and logging for UIMA-AS run configurations

2018-02-10 Thread Eddie Epstein (JIRA)
Eddie Epstein created UIMA-5725: --- Summary: broken classpath and logging for UIMA-AS run configurations Key: UIMA-5725 URL: https://issues.apache.org/jira/browse/UIMA-5725 Project: UIMA Issue

Re: [VOTE] UIMA-AS 2.10.2 RC5

2018-01-06 Thread Eddie Epstein
- downloaded binary tarball and checked md5sum - unpacked, set UIMA_HOME, updated PATH and ran adjustExamplePaths.sh - startBroker.sh worked normally - ran basic test (MeetingDetectorTaeQueue) from README - confirmed -log and -perf options on the basic test are working (although error message

Re: [VOTE] UIMA-AS 2.10.2 RC5

2018-01-02 Thread Eddie Epstein
he broker for some reason. Long > GC perhaps? But eventually the service should have recovered. Any > indication of connection > recovery later? > > Jerry > > On Sun, Dec 24, 2017 at 11:34 AM, Eddie Epstein <eaepst...@gmail.com> > wrote: > > > Jerry, > >

  1   2   3   4   >