You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/02/07 20:54:54 UTC

svn commit: r1443687 - /uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1.dd.job

Author: challngr
Date: Thu Feb  7 19:54:54 2013
New Revision: 1443687

URL: http://svn.apache.org/r1443687
Log:
UIMA-2595
Add DD-style job descriptor.
Add simple generator for service descriptors.

Added:
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1.dd.job

Added: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1.dd.job
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1.dd.job?rev=1443687&view=auto
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1.dd.job (added)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/src/main/resources/sleepjobs/1.dd.job Thu Feb  7 19:54:54 2013
@@ -0,0 +1,17 @@
+description               Test DD Job 1
+
+driver_classpath          ../lib/uima-ducc-examples.jar
+driver_descriptor_CR      org.apache.uima.ducc.test.randomsleep.FixedSleepCR
+driver_descriptor_CR_overrides jobfile:1.inputs,compression:10,error_rate:0.0
+driver_jvm_args           -Xmx500M
+driver_environment        LD_LIBRARY_PATH=/a/other/bogus/path DUCC_LD_LIBRARY_PATH=/a/other/bogus/path
+
+process_DD                org.apache.uima.ducc.test.ddjob.DDSleepDescriptor
+process_environment       AE_INIT_TIME=10000 AE_INIT_RANGE=1000 INIT_ERROR=0 LD_LIBRARY_PATH=/a/bogus/path DUCC_LD_LIBRARY_PATH=/a/bogus/path
+process_classpath         ../lib/uima-ducc-examples.jar
+process_jvm_args          -Xmx100M
+
+scheduling_class          normal
+
+process_memory_size       4
+