Skip to content
Snippets Groups Projects
Commit cd790f63 authored by felmer's avatar felmer
Browse files

SE-137 Do data set uploading to result database in StorageProcessorWithResultDataSetUpLoader

SVN: 12530
parent 384a260a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ data-store-server-code = DSS1
# The root directory of the data store
storeroot-dir = data/store
# The directory where the command queue file is located; defaults to storeroot-dir
commandqueue-dir =
# Port
port = 8444
......@@ -118,10 +121,9 @@ main-thread.type-extractor.locator-type = RELATIVE_LOCATION
main-thread.type-extractor.data-set-type = PROT_RESULT
main-thread.type-extractor.is-measured = true
main-thread.dataset-handler = ch.systemsx.cisd.openbis.etlserver.phosphonetx.ResultDataSetHandler
main-thread.dataset-handler.database.kind = demo
main-thread.dataset-handler.database.owner =
main-thread.dataset-handler.database.password =
# The storage processor (IStorageProcessor implementation)
main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
main-thread.storage-processor = ch.systemsx.cisd.openbis.etlserver.phosphonetx.StorageProcessorWithResultDataSetUploader
main-thread.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
main-thread.storage-processor.database.kind = demo
main-thread.storage-processor.database.owner =
main-thread.storage-processor.database.password =
......@@ -4,6 +4,9 @@ data-store-server-code = DSS1
# The root directory of the data store
storeroot-dir = targets/playground/data/store
# The directory where the command queue file is located; defaults to storeroot-dir
commandqueue-dir =
# Port
port = 8889
......@@ -118,10 +121,9 @@ main-thread.type-extractor.locator-type = RELATIVE_LOCATION
main-thread.type-extractor.data-set-type = PROT_RESULT
main-thread.type-extractor.is-measured = true
main-thread.dataset-handler = ch.systemsx.cisd.openbis.etlserver.phosphonetx.ResultDataSetHandler
main-thread.dataset-handler.database.kind = dev
main-thread.dataset-handler.database.owner =
main-thread.dataset-handler.database.password =
# The storage processor (IStorageProcessor implementation)
main-thread.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
main-thread.storage-processor = ch.systemsx.cisd.openbis.etlserver.phosphonetx.StorageProcessorWithResultDataSetUploader
main-thread.storage-processor.processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
main-thread.storage-processor.database.kind = dev
main-thread.storage-processor.database.owner =
main-thread.storage-processor.database.password =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment