From fcec4b4225fe329d33fdddfb95b171398c6a7e4d Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 18 Apr 2024 14:19:55 +0200 Subject: [PATCH] added the possibility to start the execution of the workflow from the make tar step --- .../oa/graph/dump/projectsubset/oozie_app/workflow.xml | 8 -------- .../dhp/oa/graph/dump/wf/main/oozie_app/workflow.xml | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml index 620f761..186e5a8 100644 --- a/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml +++ b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml @@ -24,18 +24,10 @@ metadata the metadata associated to the deposition - - depositionType - the type of deposition we want to perform. "new" for brand new deposition, "version" for a new version of a published deposition (in this case the concept record id must be provided), "upload" to upload content to an open deposition for which we already have the deposition id (in this case the deposition id should be provided) - conceptRecordId for new version, the id of the record for the old deposition - - depositionId - the depositionId of a deposition open that has to be added content - sparkDriverMemory memory for driver process diff --git a/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/wf/main/oozie_app/workflow.xml b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/wf/main/oozie_app/workflow.xml index fccbc3d..95aafbb 100644 --- a/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/wf/main/oozie_app/workflow.xml +++ b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/wf/main/oozie_app/workflow.xml @@ -141,6 +141,7 @@ ${wf:conf('onlyUpload') eq true} + ${wf:conf('makeArchive') eq true}