From 23bbac7d7cb20f9cadb0d68fcfcaf2dafe094b9b Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Mon, 18 May 2020 13:05:03 +0200 Subject: [PATCH] - --- .../dhp/actionmanager/project/action_set_parameters.json | 8 ++++---- .../dhp/actionmanager/project/oozie_app/workflow.xml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/action_set_parameters.json b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/action_set_parameters.json index ca9ae9e97..a0856e10e 100644 --- a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/action_set_parameters.json +++ b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/action_set_parameters.json @@ -6,14 +6,14 @@ "paramRequired": false }, { -"paramName": "pjfu", -"paramLongName": "projectsFileURL", +"paramName": "pjp", +"paramLongName": "projectPath", "paramDescription": "the URL from where to get the projects file", "paramRequired": true }, { -"paramName": "pfu", -"paramLongName": "programmeFileURL", +"paramName": "pp", +"paramLongName": "programmePath", "paramDescription": "the URL from where to get the programme file", "paramRequired": true }, 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 5bfa2e7c4..992c2ded1 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 @@ -31,7 +31,7 @@ - eu.dnetlib.dhp.actionset.h2020programme.GetFile + eu.dnetlib.dhp.actionmanager.project.GetFile --hdfsNameNode${nameNode} --fileURL${projectFileURL} --hdfsPath${workingDir}/projects.csv @@ -42,7 +42,7 @@ - eu.dnetlib.dhp.actionset.h2020programme.GetFile + eu.dnetlib.dhp.actionmanager.project.GetFile --hdfsNameNode${nameNode} --fileURL${programmeFileURL} --hdfsPath${workingDir}/programme.csv @@ -56,7 +56,7 @@ - +