Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
1d9a93c0
Commit
1d9a93c0
authored
15 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
SE-170 configure data set deletion maintenance task
SVN: 13729
parent
645e4a88
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rtd_phosphonetx/dist/etc/service.properties
+19
-0
19 additions, 0 deletions
rtd_phosphonetx/dist/etc/service.properties
rtd_phosphonetx/etc/service.properties
+24
-14
24 additions, 14 deletions
rtd_phosphonetx/etc/service.properties
with
43 additions
and
14 deletions
rtd_phosphonetx/dist/etc/service.properties
+
19
−
0
View file @
1d9a93c0
...
@@ -74,6 +74,25 @@ failure-interval = 10
...
@@ -74,6 +74,25 @@ failure-interval = 10
# Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
# Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
quiet-period
=
10
quiet-period
=
10
# ---------------------------------------------------------------------------
# maintenance plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of maintenance plugins.
# Each plugin should have configuration properties prefixed with its name.
# Mandatory properties for each <plugin> include:
# <plugin>.class - Fully qualified plugin class name
# <plugin>.interval - The time between plugin executions (in seconds)
maintenance-plugins
=
data-set-clean-up
data-set-clean-up.class
=
ch.systemsx.cisd.etlserver.plugins.DataSetDeletionMaintenanceTask
data-set-clean-up.interval
=
86400
data-set-clean-up.database.basic-database-name
=
phosphonetx
data-set-clean-up.database.kind
=
dev
# ---------------------------------------------------------------------------
# Globally used separator character which separates entities in a data set file name
# Globally used separator character which separates entities in a data set file name
data-set-file-name-entity-separator
=
_
data-set-file-name-entity-separator
=
_
...
...
This diff is collapsed.
Click to expand it.
rtd_phosphonetx/etc/service.properties
+
24
−
14
View file @
1d9a93c0
testtt
# Unique code of this Data Store Server. Not more than 40 characters.
# Unique code of this Data Store Server. Not more than 40 characters.
data-store-server-code
=
DSS1
data-store-server-code
=
DSS1
# The root directory of the data store
# The root directory of the data store
...
@@ -74,6 +74,24 @@ failure-interval = 10
...
@@ -74,6 +74,24 @@ failure-interval = 10
# Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
# Valid only when auto-detection method is used to determine if an incoming data are ready to be processed.
quiet-period
=
10
quiet-period
=
10
# ---------------------------------------------------------------------------
# maintenance plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of maintenance plugins.
# Each plugin should have configuration properties prefixed with its name.
# Mandatory properties for each <plugin> include:
# <plugin>.class - Fully qualified plugin class name
# <plugin>.interval - The time between plugin executions (in seconds)
maintenance-plugins
=
data-set-clean-up
data-set-clean-up.class
=
ch.systemsx.cisd.etlserver.plugins.DataSetDeletionMaintenanceTask
data-set-clean-up.interval
=
300
data-set-clean-up.database.basic-database-name
=
phosphonetx
data-set-clean-up.database.kind
=
dev
# ---------------------------------------------------------------------------
# Globally used separator character which separates entities in a data set file name
# Globally used separator character which separates entities in a data set file name
data-set-file-name-entity-separator
=
_
data-set-file-name-entity-separator
=
_
...
@@ -95,31 +113,23 @@ demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.D
...
@@ -95,31 +113,23 @@ demo-reporter.class = ch.systemsx.cisd.openbis.dss.generic.server.plugins.demo.D
# The property file. Its content will be passed as a parameter to the plugin.
# The property file. Its content will be passed as a parameter to the plugin.
demo-reporter.properties-file
=
demo-reporter.properties-file
=
data-set-validators = val1
, val2
data-set-validators = val1
val1.data-set-type
=
PROT_RESULT
val1.data-set-type
=
HCS_IMAGE_ANALYSIS_DATA
val1.path-patterns
=
**/*.tsv, **/*.txt
val1.path-patterns
=
**/*.tsv, **/*.txt
val1.columns
=
id, col1, col2
val1.columns
=
id, col1, col2
val1.id.header-pattern
=
ID
val1.id.header-pattern
=
ID
|id
val1.id.mandatory
=
true
val1.id.mandatory
=
true
val1.id.order
=
1
val1.id.order
=
1
# value-type is either unique, any, numeric
# value-type is either unique, any,
string,
numeric
val1.id.value-type
=
unique
val1.id.value-type
=
unique
val1.id.value-pattern
=
^(CHEBI:[0-9]{4}_)*(CHEBI:[0-9]{4})$
val1.id.value-pattern
=
^(CHEBI:[0-9]{4}_)*(CHEBI:[0-9]{4})$
val1.col1.header-pattern
=
Description
val1.col1.header-pattern
=
Description
val1.col1.
value-type
=
any
val1.col1.
mandatory
=
true
val1.col2.header-pattern
=
.*
val1.col2.header-pattern
=
.*
val1.col2.value-type
=
numeric
val1.col2.value-type
=
numeric
val1.col2.value-range
=
[0,Infinity)
val1.col2.value-range
=
[0,Infinity)
val2.data-set-type
=
HCS_IMAGE
val2.path-patterns
=
log/kl*.txt
val2.columns
=
col1, col2
val2.col1.header-pattern
=
USER
\\
.
\w
*
val2.col1.value-type
=
numeric
val2.col1.value-range
=
(-1,1e2]
val2.col2.order
=
1
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# Comma separated names of processing threads. Each thread should have configuration properties prefixed with its name.
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
# E.g. 'code-extractor' property for the thread 'my-etl' should be specified as 'my-etl.code-extractor'
inputs
=
main-thread,cifex
inputs
=
main-thread,cifex
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment