From 9ebcdc60bfe0aaca7afbd319b10343e000937546 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Fri, 4 Aug 2023 17:23:50 +0200 Subject: [PATCH] moved parameter file. moved dump out of working dir not to have to build it from scratch in case of errors in making the tar --- .../dhp/oa/graph/dump/eosc/oozie_app/workflow.xml | 14 +++++++------- .../graph/dump}/eosc_input_maketar_parameters.json | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename dump/src/main/resources/eu/dnetlib/dhp/{common => oa/graph/dump}/eosc_input_maketar_parameters.json (100%) diff --git a/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/eosc/oozie_app/workflow.xml b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/eosc/oozie_app/workflow.xml index 4c9a673..1c83b28 100644 --- a/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/eosc/oozie_app/workflow.xml +++ b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/eosc/oozie_app/workflow.xml @@ -598,7 +598,7 @@ --relationPath${workingDir}/dump/relation --resultPath${workingDir}/dump/publicationextendedproject - --outputPath${workingDir}/tar/publication + --outputPath${outputPath}/dump/publication @@ -623,7 +623,7 @@ --relationPath${workingDir}/dump/relation --resultPath${workingDir}/dump/datasetextendedproject - --outputPath${workingDir}/tar/dataset + --outputPath${outputPath}/dump/dataset @@ -648,7 +648,7 @@ --relationPath${workingDir}/dump/relation --resultPath${workingDir}/dump/softwareextendedproject - --outputPath${workingDir}/tar/software + --outputPath${outputPath}/dump/software @@ -673,7 +673,7 @@ --relationPath${workingDir}/dump/relation --resultPath${workingDir}/dump/otherresearchproductextendedproject - --outputPath${workingDir}/tar/otherresearchproduct + --outputPath${outputPath}/dump/otherresearchproduct @@ -684,9 +684,9 @@ eu.dnetlib.dhp.oa.graph.dump.MakeTar - --hdfsPath${outputPath} + --hdfsPath${outputPath}/tar --nameNode${nameNode} - --sourcePath${workingDir}/tar + --sourcePath${outputPath}/dump @@ -695,7 +695,7 @@ eu.dnetlib.dhp.oa.graph.dump.SendToZenodoHDFS - --hdfsPath${outputPath} + --hdfsPath${outputPath}/tar --nameNode${nameNode} --accessToken${accessToken} --connectionUrl${connectionUrl} diff --git a/dump/src/main/resources/eu/dnetlib/dhp/common/eosc_input_maketar_parameters.json b/dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/eosc_input_maketar_parameters.json similarity index 100% rename from dump/src/main/resources/eu/dnetlib/dhp/common/eosc_input_maketar_parameters.json rename to dump/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/eosc_input_maketar_parameters.json