forked from D-Net/dnet-hadoop
This commit is contained in:
parent
4f1ff7ba73
commit
23bbac7d7c
|
@ -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
|
||||
},
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<action name="get_project_file">
|
||||
<java>
|
||||
<main-class>eu.dnetlib.dhp.actionset.h2020programme.GetFile</main-class>
|
||||
<main-class>eu.dnetlib.dhp.actionmanager.project.GetFile</main-class>
|
||||
<arg>--hdfsNameNode</arg><arg>${nameNode}</arg>
|
||||
<arg>--fileURL</arg><arg>${projectFileURL}</arg>
|
||||
<arg>--hdfsPath</arg><arg>${workingDir}/projects.csv</arg>
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<action name="shell_get_programme_file">
|
||||
<java>
|
||||
<main-class>eu.dnetlib.dhp.actionset.h2020programme.GetFile</main-class>
|
||||
<main-class>eu.dnetlib.dhp.actionmanager.project.GetFile</main-class>
|
||||
<arg>--hdfsNameNode</arg><arg>${nameNode}</arg>
|
||||
<arg>--fileURL</arg><arg>${programmeFileURL}</arg>
|
||||
<arg>--hdfsPath</arg><arg>${workingDir}/programme.csv</arg>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<!-- <master>yarn</master>-->
|
||||
<!-- <mode>cluster</mode>-->
|
||||
<!-- <name>ProjectProgrammeAS</name>-->
|
||||
<!-- <class>eu.dnetlib.dhp.actionset.h2020programme</class>-->
|
||||
<!-- <class>eu.dnetlib.dhp.actionmanager.project</class>-->
|
||||
<!-- <jar>dhp-aggregation-${projectVersion}.jar</jar>-->
|
||||
<!-- <spark-opts>-->
|
||||
<!-- --executor-cores=${sparkExecutorCores}-->
|
||||
|
|
Loading…
Reference in New Issue