dnet-hadoop/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/funder_result_parameters.json

26 lines
606 B
JSON
Raw Normal View History

[
{
"paramName":"s",
"paramLongName":"sourcePath",
"paramDescription": "the path of the sequencial file to read",
"paramRequired": true
},
{
"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
},
2020-11-20 12:21:33 +01:00
{
2020-11-19 19:16:05 +01:00
"paramName": "rp",
"paramLongName": "relationPath",
"paramDescription": "the relationPath",
"paramRequired": true
}
]