From 1a0615125f8625bcfdfa146a8b9534eb03ff7fb3 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Thu, 7 Apr 2022 15:28:59 +0200 Subject: [PATCH] [Graph DUMP] fixed issue in workflow --- .../dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml index bef337c03..f341a70fa 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/projectsubset/oozie_app/workflow.xml @@ -121,7 +121,7 @@ --sourcePath${sourcePath}/project --resultTableNameeu.dnetlib.dhp.schema.oaf.Project - --outputPath${outputPath}/project + --outputPath${workingDir}/project --communityMapPathnoneed @@ -145,8 +145,8 @@ --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --conf spark.sql.warehouse.dir=${sparkSqlWarehouseDir} - --sourcePath${sourcePath}/project - --outputPath${outputPath}/project + --sourcePath${workingDir}/project + --outputPath${workingDir}/tar/project --projectListPath${projectListPath}