diff --git a/iis-wf/iis-wf-export-actionmanager/src/main/resources/eu/dnetlib/iis/wf/export/actionmanager/relation/citation/oozie_app/workflow.xml b/iis-wf/iis-wf-export-actionmanager/src/main/resources/eu/dnetlib/iis/wf/export/actionmanager/relation/citation/oozie_app/workflow.xml
index d242d7cf7..64b982ce7 100644
--- a/iis-wf/iis-wf-export-actionmanager/src/main/resources/eu/dnetlib/iis/wf/export/actionmanager/relation/citation/oozie_app/workflow.xml
+++ b/iis-wf/iis-wf-export-actionmanager/src/main/resources/eu/dnetlib/iis/wf/export/actionmanager/relation/citation/oozie_app/workflow.xml
@@ -42,16 +42,6 @@
oozieActionShareLibForSpark2
oozie action sharelib for spark 2.*
-
- spark2ExtraListeners
- com.cloudera.spark.lineage.NavigatorAppListener
- spark 2.* extra listeners classname
-
-
- spark2SqlQueryExecutionListeners
- com.cloudera.spark.lineage.NavigatorQueryListener
- spark 2.* sql query execution listeners classname
-
spark2YarnHistoryServerAddress
spark 2.* yarn history server address
@@ -94,10 +84,11 @@
--executor-memory=${sparkExecutorMemory}
--executor-cores=${sparkExecutorCores}
--driver-memory=${sparkDriverMemory}
- --conf spark.extraListeners=${spark2ExtraListeners}
- --conf spark.sql.queryExecutionListeners=${spark2SqlQueryExecutionListeners}
+ --conf spark.extraListeners=
+ --conf spark.sql.queryExecutionListeners=
--conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
+ --conf spark.shuffle.useOldFetchProtocol=true
-inputCitationsPath=${input_citations}
-outputRelationPath=${output_root_relations}/${action_set_id_citation_relations}
diff --git a/pom.xml b/pom.xml
index 311c23cd7..dcb4d8ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,10 @@
org.apache.spark
spark-avro_2.12
${iis.spark.version}
+
+