JWS-96 - first working version of the crawler
[jabaws.git] / conf / Engine.cluster.properties
1 #################################################################################\r
2 # enable or disable engine true | false\r
3 # OPTIONAL defaults to false\r
4 engine.cluster.enable=false\r
5 \r
6 #################################################################################\r
7 # Directory to use for temporary files storage\r
8 # REQUIRED - cluster nodes must have access to this directory!\r
9 # WARNING!!! An absolute path is required \r
10 #\r
11 # Please note that statistic web application will only be able to generate links\r
12 # to the job folders if this path is within JABA web application. \r
13 # JABAWS statistic application just assume that the last name in the path is the \r
14 # application folder in the root of JABAWS web application. \r
15 cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout\r
16 \r
17 #################################################################################\r
18 # Enable/disable cluster statistics collector \r
19 cluster.stat.collector.enable=false\r
20 # Frequency of statistics collecting (in minutes)\r
21 # normal rate: once a date = 24 * 60 = 1440\r
22 cluster.stat.collector.update.frequency=1440\r
23 \r
24 #################################################################################\r
25 # Maximum amount of time the job is considered running in hours\r
26 # Optional defaults to 7 days (168h) \r
27 cluster.stat.maxruntime=24\r
28 \r
29 #################################################################################\r
30 # Maximum amount of time the job directory is living (in hours), \r
31 # -1 means the directories are never deleted\r
32 # Defaults is one week, i.e. 168 hours\r
33 cluster.jobdir.maxlifespan=168\r
34 # Frequency of cleaning job directory (in minutes)\r
35 # normal rate: once a date = 24 * 60 = 1440\r
36 cluster.jobdir.cleaning.frequency=1\r