diff --git a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/countrypropagation/oozie_app/workflow.xml b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/countrypropagation/oozie_app/workflow.xml
index 0fd60e989..3a8aa949a 100644
--- a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/countrypropagation/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/countrypropagation/oozie_app/workflow.xml
@@ -39,12 +39,30 @@
-
+
Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]
+
+
+
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/relation
+ ${nameNode}/${workingDir}/country_propagation/relation
+
+
+
+
yarn
@@ -65,7 +83,7 @@
--whitelist${whitelist}
--allowedtypes${allowedtypes}
--hive_metastore_uris${hive_metastore_uris}
- --outputPath${workingDir}/country_propagation/preparedInfo
+ --outputPath${workingDir}/preparedInfo
@@ -101,7 +119,7 @@
--saveGraph${saveGraph}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Publication
--outputPath${workingDir}/country_propagation/publication
- --preparedInfoPath${workingDir}/country_propagation/preparedInfo
+ --preparedInfoPath${workingDir}/preparedInfo
@@ -131,7 +149,7 @@
--saveGraph${saveGraph}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Dataset
--outputPath${workingDir}/country_propagation/dataset
- --preparedInfoPath${workingDir}/country_propagation/preparedInfo
+ --preparedInfoPath${workingDir}/preparedInfo
@@ -161,7 +179,7 @@
--saveGraph${saveGraph}
--resultTableNameeu.dnetlib.dhp.schema.oaf.OtherResearchProduct
--outputPath${workingDir}/country_propagation/otherresearchproduct
- --preparedInfoPath${workingDir}/country_propagation/preparedInfo
+ --preparedInfoPath${workingDir}/preparedInfo
@@ -191,7 +209,7 @@
--saveGraph${saveGraph}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Software
--outputPath${workingDir}/country_propagation/software
- --preparedInfoPath${workingDir}/country_propagation/preparedInfo
+ --preparedInfoPath${workingDir}/preparedInfo
diff --git a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml
index 26e4aa1be..e26c8f28a 100644
--- a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/orcidtoresultfromsemrel/oozie_app/workflow.xml
@@ -27,11 +27,25 @@
-
+
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/relation
+ ${nameNode}/${workingDir}/orcid_propagation/relation
+
+
+
@@ -208,7 +222,7 @@
--sourcePath${sourcePath}/publication
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Publication
- --outputPath${workingDir}/publication
+ --outputPath${workingDir}/orcid_propagation/publication
@@ -235,7 +249,7 @@
--sourcePath${sourcePath}/dataset
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Dataset
- --outputPath${workingDir}/dataset
+ --outputPath${workingDir}/orcid_propagation/dataset
@@ -262,7 +276,7 @@
--sourcePath${sourcePath}/otherresearchproduct
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.OtherResearchProduct
- --outputPath${workingDir}/otherresearchproduct
+ --outputPath${workingDir}/orcid_propagation/otherresearchproduct
@@ -289,7 +303,7 @@
--sourcePath${sourcePath}/software
--hive_metastore_uris${hive_metastore_uris}
--resultTableNameeu.dnetlib.dhp.schema.oaf.Software
- --outputPath${workingDir}/software
+ --outputPath${workingDir}/orcid_propagation/software
diff --git a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/oozie_app/workflow.xml b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/oozie_app/workflow.xml
index d8df18c58..011ff70e3 100644
--- a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/oozie_app/workflow.xml
@@ -37,11 +37,19 @@
-
+
-
+
+
+
+
+
+
+
+
+
${jobTracker}
@@ -49,10 +57,57 @@
${nameNode}/${sourcePath}/relation
${nameNode}/${workingDir}/projecttoresult_propagation/relation
-
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/publication
+ ${nameNode}/${workingDir}/projecttoresult_propagation/publication
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/dataset
+ ${nameNode}/${workingDir}/projecttoresult_propagation/dataset
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/otherresearchproduct
+ ${nameNode}/${workingDir}/projecttoresult_propagation/otherresearchproduct
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/software
+ ${nameNode}/${workingDir}/projecttoresult_propagation/software
+
+
+
+
+
+
+
+
yarn
diff --git a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/oozie_app/workflow.xml b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/oozie_app/workflow.xml
index 19e7e6507..13c3a2fee 100644
--- a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/resulttoorganizationfrominstrepo/oozie_app/workflow.xml
@@ -22,11 +22,20 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
${jobTracker}
@@ -34,10 +43,53 @@
${nameNode}/${sourcePath}/relation
${nameNode}/${workingDir}/resulttoorganization_propagation/relation
-
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/publication
+ ${nameNode}/${workingDir}/resulttoorganization_propagation/publication
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/dataset
+ ${nameNode}/${workingDir}/resulttoorganization_propagation/dataset
+
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/otherresearchproduct
+ ${nameNode}/${workingDir}/resulttoorganization_propagation/otherresearchproduct
+
+
+
+
+
+
+ ${jobTracker}
+ ${nameNode}
+ ${nameNode}/${sourcePath}/software
+ ${nameNode}/${workingDir}/resulttoorganization_propagation/software
+
+
+
+
+
yarn