From b73edc01170299c550afa7b9e67071d37ec1d3d2 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Fri, 22 Nov 2013 11:25:02 +0000 Subject: [PATCH] New ProteoCache configuration --- conf/Engine.properties | 38 -------------------------------------- conf/Proteocache.properties | 11 +++++++++-- 2 files changed, 9 insertions(+), 40 deletions(-) delete mode 100644 conf/Engine.properties diff --git a/conf/Engine.properties b/conf/Engine.properties deleted file mode 100644 index dd2a0db..0000000 --- a/conf/Engine.properties +++ /dev/null @@ -1,38 +0,0 @@ -################################################################################# -# enable or disable engine true | false -# OPTIONAL defaults to true -engine.local.enable=true - -################################################################################# -# Directory to use for temporary files storage -# OPTIONAL defaults to java temporary directory -# 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 - -################################################################################# -# Number of threads for tasks execution (valid values between 1 and 2x cpu. -# Where x is a number of cores available in the system) -# OPTIONAL defaults to the number of cores for core number <=4 and -# number of cores-1 for greater core numbers -engine.local.thread.number=2 - -################################################################################# -# Enable/disable cluster statistics collector -local.stat.collector.enable=true -# Frequency of statistics collecting (in minutes) -# normal rate: once a date = 24 * 60 = 1440 -local.stat.collector.update.frequency=1 - -# Maximum amount of time the job is considered running in hours -# Optional defaults to 24 hours -local.stat.maxruntime=6 - -################################################################################# -# Maximum amount of time the job directory is living (in hours), -# -1 means the directories are never deleted -# Defaults is one week, i.e. 168 hours -local.jobdir.maxlifespan=168 -# Frequency of cleaning job directory (in minutes) -# normal rate: once a date = 24 * 60 = 1440 -local.jobdir.cleaning.frequency=1 diff --git a/conf/Proteocache.properties b/conf/Proteocache.properties index ae10be4..d52f487 100644 --- a/conf/Proteocache.properties +++ b/conf/Proteocache.properties @@ -1,7 +1,9 @@ ################################################################################# # Cassandra host or IP # test server is 10.0.115.190 -cassandra.host=localhost +#cassandra.host=localhost +#cassandra.host=10.31.0.97 +cassandra.host=gjb-www-1.cluster.lifesci.dundee.ac.uk cassandra.newtables.update=false @@ -16,7 +18,6 @@ cassandra.jpred.web.updaterate=30 # by defauls for 100 past days cassandra.jpred.web.period=5 - ################################################################################# # local test job source cassandra.jpred.local.update=false @@ -26,3 +27,9 @@ cassandra.jpred.local.updaterate=200 # update time period (in days) # by defauls for 100 past days cassandra.jpred.local.period=300 + +################################################################################# +# archive features +archive.enable=true +archive.path = /home/asherstnev/Projects/Java.projects/proteocache/archive +archive.web.dir=results \ No newline at end of file -- 1.7.10.2