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}