From 48aa33ef2ff17a7ffb3d5e78c1993895f39e93a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=C3=A1bio=20Madeira?= Date: Wed, 8 Mar 2017 16:57:26 +0000 Subject: [PATCH] Reverting to the absolute paths that actually exist and are available to other users in the cluster. --- conf/Engine.cluster.properties | 2 +- conf/Engine.local.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/Engine.cluster.properties b/conf/Engine.cluster.properties index cfae0dd..3036b61 100644 --- a/conf/Engine.cluster.properties +++ b/conf/Engine.cluster.properties @@ -13,7 +13,7 @@ engine.cluster.enable=true # 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/www-jws2/cluster_jobsout220 +cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout ################################################################################# # Enable/disable cluster statistics collector diff --git a/conf/Engine.local.properties b/conf/Engine.local.properties index 989ca5c..486edb2 100644 --- a/conf/Engine.local.properties +++ b/conf/Engine.local.properties @@ -9,7 +9,7 @@ engine.local.enable=true # Relative path within the project will be converted in absolute at runtime #local.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/local_jobsout ###local.tmp.directory=jobsout -local.tmp.directory=/homes/www-jws2/local_jobsout220 +local.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/local_jobsout ################################################################################# # Number of threads for tasks execution (valid values between 1 and 2x cpu. -- 1.7.10.2