dnet-hadoop/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/actionmanager/project/parameters.json

34 lines
764 B
JSON
Raw Normal View History

2020-05-15 18:18:01 +02:00
[
2020-05-15 18:18:50 +02:00
2020-05-15 18:18:01 +02:00
{
2020-05-15 18:18:50 +02:00
"paramName": "fu",
"paramLongName" : "fileURL",
"paramDescription" : "the url of the file to download",
"paramRequired" : true
2020-05-15 18:18:01 +02:00
},
{
2020-05-15 18:18:50 +02:00
"paramName": "hp",
"paramLongName" : "hdfsPath",
"paramDescription" : "where to save the file",
"paramRequired" : true
2020-05-15 18:18:01 +02:00
},
{
2020-05-15 18:18:50 +02:00
"paramName": "hnn",
"paramLongName" : "hdfsNameNode",
"paramDescription" : "the name node",
"paramRequired" : true
2020-05-20 10:26:44 +02:00
},
{
"paramName": "cfn",
"paramLongName" : "classForName",
"paramDescription" : "the name of the class to deserialize the csv to",
"paramRequired" : true
}, {
"paramName": "sn",
"paramLongName" : "sheetName",
"paramDescription" : "the name of the sheet in case the file is excel",
"paramRequired" : false
2020-05-20 10:26:44 +02:00
}
2020-05-15 18:18:01 +02:00
]