From 836e26f1a4c8ee4f6a4d78b4074966bcbe42d52b Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Thu, 4 Aug 2011 13:21:26 +0000 Subject: [PATCH] reverting cluster engine settings (disabled by default) git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4468 e3abac25-378b-4346-85de-24260fe3988d --- conf/Engine.cluster.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/Engine.cluster.properties b/conf/Engine.cluster.properties index 3c104f2..caa2541 100644 --- a/conf/Engine.cluster.properties +++ b/conf/Engine.cluster.properties @@ -2,7 +2,7 @@ # enable or disable engine true | false # OPTIONAL defaults to false -engine.cluster.enable=true +engine.cluster.enable=false # Directory to use for temporary files storage # REQUIRED - cluster nodes must have access to this directory! @@ -12,8 +12,7 @@ engine.cluster.enable=true # to the job folders if this path is within JABA web application. # JABAWS statistic application just assume that the last name in the path is the # application folder in the root of JABAWS web application. -#cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout -cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout +cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout # Enable/disable cluster statistics collector cluster.stat.collector.enable=false -- 1.7.10.2