[ANNOUNCE] Apache UIMA AS 2.10.3 released

2018-04-20 Thread Jerry Cwiklik
The Apache UIMA team is pleased to announce the release of Apache UIMA AS, version 2.10.3. The Unstructured Information Management Architecture (UIMA) is a component framework supporting development, discovery, composition, and deployment of multi-modal analytics tasked with the analysis of u

Re: DUCC job Issue

2018-04-20 Thread Lou DeGenaro
Below is a simple python script that runs two jobs sequentially. Lou. = #!/usr/bin/env python import os ducc_home = '/user/ducc/ducc_runtime' cmd_submit = os.path.join(ducc_home,'bin/ducc_submit') jobA = 'examples/simple/1.job' jobB = 'examples/simple/1.dd.job' file_jobA = os.path.join(d

Re: DUCC job Issue

2018-04-20 Thread Eddie Epstein
DUCC is designed for multi-user environments, and in particular tries to balance resources fairly quickly across users in a fair-share allocation. The default mechanism used is preemption. To eliminate preemption specify a "non-preemptable" scheduling class for jobs such as "fixed". Other options

DUCC job Issue

2018-04-20 Thread priyank sharma
Hey! I am facing trouble while running one job at a time in ducc. I want that if one job is running the other one should wait for it to complete and then start. My configuration file is attached below. Please help me with what I am missing. -- Thanks and Regards Priyank Sharma working_direct