reverting cluster engine settings (disabled by default)
[jabaws.git] / conf / Engine.cluster.properties
1 ### Local Binaries root path ###\r
2 \r
3 # enable or disable engine true | false\r
4 # OPTIONAL defaults to false\r
5 engine.cluster.enable=false\r
6 \r
7 # Directory to use for temporary files storage\r
8 # REQUIRED - cluster nodes must have access to this directory!\r
9 # 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 # Enable/disable cluster statistics collector \r
18 cluster.stat.collector.enable=false\r
19 \r
20 # Maximum amount of time the job is considered running in hours\r
21 # Optional defaults to 7 days (168h) \r
22 cluster.stat.maxruntime=24\r