diff --git a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/oozie_app/workflow.xml b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/oozie_app/workflow.xml index 1e3445675..6acf5191e 100644 --- a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/oozie_app/workflow.xml @@ -2,7 +2,7 @@ projectFileURL - the url where to get the projects file + the url where to get the project file @@ -36,7 +36,7 @@ eu.dnetlib.dhp.actionmanager.project.csvutils.ReadCSV --hdfsNameNode${nameNode} --fileURL${projectFileURL} - --hdfsPath${workingDir}/projects + --hdfsPath${workingDir}/project --classForNameeu.dnetlib.dhp.actionmanager.project.csvutils.CSVProject @@ -109,7 +109,7 @@ --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --conf spark.sql.shuffle.partitions=3840 - --projectPath${workingDir}/projects + --projectPath${workingDir}/project --outputPath${workingDir}/preparedProjects --dbProjectPath${workingDir}/dbProjects