BrBETA_dnet-hadoop/dhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/bulktag/input_bulkTag_parameters.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-08 10:31:29 +02:00
[
{
"paramName":"s",
"paramLongName":"sourcePath",
"paramDescription": "the path of the sequencial file to read",
"paramRequired": true
},
{
"paramName": "pm",
2020-05-04 13:58:52 +02:00
"paramLongName":"pathMap",
2020-04-08 10:31:29 +02:00
"paramDescription": "the json path associated to each selection field",
"paramRequired": true
2020-04-21 16:03:51 +02:00
},
{
"paramName": "out",
"paramLongName": "outputPath",
"paramDescription": "the path used to store temporary output files",
"paramRequired": true
},
{
"paramName": "ssm",
"paramLongName": "isSparkSessionManaged",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false
},
{
"paramName": "tg",
"paramLongName": "taggingConf",
"paramDescription": "this parameter is intended for testing purposes only. It is a possible tagging configuration obtained via the XQUERY. Intended to be removed",
2020-04-21 16:03:51 +02:00
"paramRequired": false
},
{
"paramName": "bu",
"paramLongName": "baseURL",
"paramDescription": "this parameter is to specify the api to be queried (beta or production)",
"paramRequired": false
2020-04-08 10:31:29 +02:00
}
]