diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/input_organization_parameters.json b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/input_organization_parameters.json
index 3a4632af9..c27a9234d 100644
--- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/input_organization_parameters.json
+++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/input_organization_parameters.json
@@ -23,6 +23,12 @@
"paramLongName": "isSparkSessionManaged",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false
+ },
+ {
+ "paramName":"cmp",
+ "paramLongName":"communityMapPath",
+ "paramDescription": "the path to the serialization of the community map",
+ "paramRequired": true
}
]
diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/oozie_app/workflow.xml
index a9f6112b1..9eb744389 100644
--- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/oozie_app/workflow.xml
@@ -406,6 +406,7 @@
--sourcePath${sourcePath}/relation
--outputPath${workingDir}/relation/contextOrg
--organizationCommunityMap${organizationCommunityMap}
+ --communityMapPath${workingDir}/communityMap
@@ -547,6 +548,7 @@
--sourcePath${workingDir}
--outputPath${workingDir}/collect
+ --resultAggregation${resultAggregation}
@@ -558,9 +560,8 @@
--hdfsPath${outputPath}
--nameNode${nameNode}
--sourcePath${workingDir}/collect
- --resultAggregation${resultAggregation}
-
+