diff --git a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml
index 0678eed11..9df88b4b6 100644
--- a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml
+++ b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml
@@ -48,12 +48,31 @@
Used to configure the heap size for the map JVM process. Should be 80% of mapreduce.map.memory.mb.
+
+ JAVA_HOME
+ /srv/java/openjdk-17
+ Used to configure the Java home location for oozie.launcher.mapreduce.map.env
+
${jobTracker}
${nameNode}
+
+
+ mapreduce.job.queuename
+ ${queueName}
+
+
+ oozie.launcher.mapred.job.queue.name
+ ${oozieLauncherQueueName}
+
+
+ oozie.launcher.mapreduce.map.env
+ JAVA_HOME=${JAVA_HOME}
+
+
@@ -99,7 +118,7 @@
eu.dnetlib.dhp.collection.CollectorWorkerApplication
- ${collection_java_xmx}
+ ${JAVA_OPTS} ${collection_java_xmx}
--apidescriptor${apiDescription}
--namenode${nameNode}
--workflowId${workflowId}