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 683c2417b..ee79f4f1a 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
@@ -582,201 +582,7 @@
-
-
-
-
- ${wf:conf('shouldClean') eq true}
-
-
-
-
-
-
- eu.dnetlib.dhp.oa.graph.clean.MasterDuplicateAction
- --postgresUrl${postgresURL}
- --postgresUser${postgresUser}
- --postgresPassword${postgresPassword}
- --hdfsPath${workingDir}/masterduplicate
- --hdfsNameNode${nameNode}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- yarn
- cluster
- patch publication cfhb
- eu.dnetlib.dhp.oa.graph.clean.cfhb.CleanCfHbSparkJob
- dhp-graph-mapper-${projectVersion}.jar
-
- --executor-cores=${sparkExecutorCores}
- --executor-memory=${sparkExecutorMemory}
- --driver-memory=${sparkDriverMemory}
- --conf spark.extraListeners=${spark2ExtraListeners}
- --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
- --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
- --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
- --conf spark.sql.shuffle.partitions=7680
-
- --inputPath${graphOutputPath}/publication
- --resolvedPath${workingDir}/cfHbResolved/publication
- --outputPath${workingDir}/cfHbPatched/publication
- --graphTableClassNameeu.dnetlib.dhp.schema.oaf.Publication
- --masterDuplicatePath${workingDir}/masterduplicate
-
-
-
-
-
-
-
- yarn
- cluster
- patch dataset cfhb
- eu.dnetlib.dhp.oa.graph.clean.cfhb.CleanCfHbSparkJob
- dhp-graph-mapper-${projectVersion}.jar
-
- --executor-cores=${sparkExecutorCores}
- --executor-memory=${sparkExecutorMemory}
- --driver-memory=${sparkDriverMemory}
- --conf spark.extraListeners=${spark2ExtraListeners}
- --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
- --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
- --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
- --conf spark.sql.shuffle.partitions=7680
-
- --inputPath${graphOutputPath}/dataset
- --resolvedPath${workingDir}/cfHbResolved/dataset
- --outputPath${workingDir}/cfHbPatched/dataset
- --graphTableClassNameeu.dnetlib.dhp.schema.oaf.Dataset
- --masterDuplicatePath${workingDir}/masterduplicate
-
-
-
-
-
-
-
- yarn
- cluster
- patch otherresearchproduct cfhb
- eu.dnetlib.dhp.oa.graph.clean.cfhb.CleanCfHbSparkJob
- dhp-graph-mapper-${projectVersion}.jar
-
- --executor-cores=${sparkExecutorCores}
- --executor-memory=${sparkExecutorMemory}
- --driver-memory=${sparkDriverMemory}
- --conf spark.extraListeners=${spark2ExtraListeners}
- --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
- --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
- --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
- --conf spark.sql.shuffle.partitions=7680
-
- --inputPath${graphOutputPath}/otherresearchproduct
- --resolvedPath${workingDir}/cfHbResolved/otherresearchproduct
- --outputPath${workingDir}/cfHbPatched/otherresearchproduct
- --graphTableClassNameeu.dnetlib.dhp.schema.oaf.OtherResearchProduct
- --masterDuplicatePath${workingDir}/masterduplicate
-
-
-
-
-
-
-
- yarn
- cluster
- patch software cfhb
- eu.dnetlib.dhp.oa.graph.clean.cfhb.CleanCfHbSparkJob
- dhp-graph-mapper-${projectVersion}.jar
-
- --executor-cores=${sparkExecutorCores}
- --executor-memory=${sparkExecutorMemory}
- --driver-memory=${sparkDriverMemory}
- --conf spark.extraListeners=${spark2ExtraListeners}
- --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
- --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
- --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
- --conf spark.sql.shuffle.partitions=7680
-
- --inputPath${graphOutputPath}/software
- --resolvedPath${workingDir}/cfHbResolved/software
- --outputPath${workingDir}/cfHbPatched/software
- --graphTableClassNameeu.dnetlib.dhp.schema.oaf.Software
- --masterDuplicatePath${workingDir}/masterduplicate
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${workingDir}/cfHbPatched/publication
- ${graphOutputPath}/publication
-
-
-
-
-
-
-
-
-
-
- ${workingDir}/cfHbPatched/dataset
- ${graphOutputPath}/dataset
-
-
-
-
-
-
-
-
-
-
- ${workingDir}/cfHbPatched/otherresearchproduct
- ${graphOutputPath}/otherresearchproduct
-
-
-
-
-
-
-
-
-
-
- ${workingDir}/cfHbPatched/software
- ${graphOutputPath}/software
-
-
-
-
-
-
+