forked from D-Net/dnet-hadoop
This commit is contained in:
parent
4f1ff7ba73
commit
23bbac7d7c
|
@ -6,14 +6,14 @@
|
||||||
"paramRequired": false
|
"paramRequired": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName": "pjfu",
|
"paramName": "pjp",
|
||||||
"paramLongName": "projectsFileURL",
|
"paramLongName": "projectPath",
|
||||||
"paramDescription": "the URL from where to get the projects file",
|
"paramDescription": "the URL from where to get the projects file",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName": "pfu",
|
"paramName": "pp",
|
||||||
"paramLongName": "programmeFileURL",
|
"paramLongName": "programmePath",
|
||||||
"paramDescription": "the URL from where to get the programme file",
|
"paramDescription": "the URL from where to get the programme file",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<action name="get_project_file">
|
<action name="get_project_file">
|
||||||
<java>
|
<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>--hdfsNameNode</arg><arg>${nameNode}</arg>
|
||||||
<arg>--fileURL</arg><arg>${projectFileURL}</arg>
|
<arg>--fileURL</arg><arg>${projectFileURL}</arg>
|
||||||
<arg>--hdfsPath</arg><arg>${workingDir}/projects.csv</arg>
|
<arg>--hdfsPath</arg><arg>${workingDir}/projects.csv</arg>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<action name="shell_get_programme_file">
|
<action name="shell_get_programme_file">
|
||||||
<java>
|
<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>--hdfsNameNode</arg><arg>${nameNode}</arg>
|
||||||
<arg>--fileURL</arg><arg>${programmeFileURL}</arg>
|
<arg>--fileURL</arg><arg>${programmeFileURL}</arg>
|
||||||
<arg>--hdfsPath</arg><arg>${workingDir}/programme.csv</arg>
|
<arg>--hdfsPath</arg><arg>${workingDir}/programme.csv</arg>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
<!-- <master>yarn</master>-->
|
<!-- <master>yarn</master>-->
|
||||||
<!-- <mode>cluster</mode>-->
|
<!-- <mode>cluster</mode>-->
|
||||||
<!-- <name>ProjectProgrammeAS</name>-->
|
<!-- <name>ProjectProgrammeAS</name>-->
|
||||||
<!-- <class>eu.dnetlib.dhp.actionset.h2020programme</class>-->
|
<!-- <class>eu.dnetlib.dhp.actionmanager.project</class>-->
|
||||||
<!-- <jar>dhp-aggregation-${projectVersion}.jar</jar>-->
|
<!-- <jar>dhp-aggregation-${projectVersion}.jar</jar>-->
|
||||||
<!-- <spark-opts>-->
|
<!-- <spark-opts>-->
|
||||||
<!-- --executor-cores=${sparkExecutorCores}-->
|
<!-- --executor-cores=${sparkExecutorCores}-->
|
||||||
|
|
Loading…
Reference in New Issue