From 0fe800b1c9b31d36002780dda3627a0b1754fd86 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 13 Aug 2020 15:17:12 +0200 Subject: [PATCH] modified because of https://code-repo.d4science.org/D-Net/dnet-hadoop/pulls/40\#issuecomment-1902 --- .../dhp/actionmanager/project/oozie_app/workflow.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 6acf5191e..1e3445675 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 project file + the url where to get the projects file @@ -36,7 +36,7 @@ eu.dnetlib.dhp.actionmanager.project.csvutils.ReadCSV --hdfsNameNode${nameNode} --fileURL${projectFileURL} - --hdfsPath${workingDir}/project + --hdfsPath${workingDir}/projects --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}/project + --projectPath${workingDir}/projects --outputPath${workingDir}/preparedProjects --dbProjectPath${workingDir}/dbProjects