diff --git a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/input_projecttoresult_parameters.json b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/input_projecttoresult_parameters.json
index 9d5354c641..af52c4e5b4 100644
--- a/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/input_projecttoresult_parameters.json
+++ b/dhp-workflows/dhp-propagation/src/main/resources/eu/dnetlib/dhp/projecttoresult/input_projecttoresult_parameters.json
@@ -1,10 +1,4 @@
[
- {
- "paramName":"s",
- "paramLongName":"sourcePath",
- "paramDescription": "the path of the sequencial file to read",
- "paramRequired": true
- },
{
"paramName":"h",
"paramLongName":"hive_metastore_uris",
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 1d15391ab6..d8df18c58a 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
@@ -31,7 +31,6 @@
-
Action failed, error message[${wf:errorMessage(wf:lastErrorNode())}]
@@ -98,7 +97,7 @@
--conf spark.dynamicAllocation.enabled=true
--conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
- --sourcePath${sourcePath}/relation
+
--writeUpdate${writeUpdate}
--saveGraph${saveGraph}
--hive_metastore_uris${hive_metastore_uris}
@@ -110,38 +109,5 @@
-
-
- ${jobTracker}
- ${nameNode}
- yarn-cluster
- cluster
- ProjectToResultPropagation
- eu.dnetlib.dhp.projecttoresult.SparkResultToProjectThroughSemRelJob2
- dhp-propagation-${projectVersion}.jar
-
- --num-executors=${sparkExecutorNumber}
- --executor-memory=${sparkExecutorMemory}
- --executor-cores=${sparkExecutorCores}
- --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.dynamicAllocation.enabled=true
- --conf spark.dynamicAllocation.maxExecutors=${spark2MaxExecutors}
-
- --sourcePath${sourcePath}
- --allowedsemrels${allowedsemrels}
- --hive_metastore_uris${hive_metastore_uris}
- --writeUpdate${writeUpdate}
- --saveGraph${saveGraph}
- --potentialUpdatePath${workingDir}/projecttoresult_propagation/preparedInfo/potentialUpdates
- --alreadyLinkedPath${workingDir}/projecttoresult_propagation/preparedInfo/alreadyLinked
-
-
-
-
-
\ No newline at end of file