From ccba1a3db1f5dfd99743e4aee957a2e5553f4a83 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 21 Apr 2022 13:00:06 +0200 Subject: [PATCH] [Clean Context] added logic to cleaning workflow to accomodate also context cleaning --- .../dhp/oa/graph/clean/oozie_app/workflow.xml | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml index dc0529012..58ad6f1f5 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/clean/oozie_app/workflow.xml @@ -13,6 +13,10 @@ isLookupUrl the address of the lookUp service + + shouldCleanContext + false + sparkDriverMemory @@ -275,7 +279,23 @@ - + + + + + ${wf:conf('shouldCleanContext') eq true} + + + + + + + + + + + + \ No newline at end of file