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

38 lines
898 B
JSON

[
{
"paramName":"hbmp",
"paramLongName":"hostedByMapPath",
"paramDescription": "the path to the datasource ",
"paramRequired": true
},
{
"paramName":"pip",
"paramLongName":"preparedInfoPath",
"paramDescription": "the path where to find the pre-processed data for unibi gold list and doj artciles",
"paramRequired": true
},
{
"paramName": "ssm",
"paramLongName": "isSparkSessionManaged",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false
},
{
"paramName": "m",
"paramLongName": "master",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": true
},
{
"paramName": "gp",
"paramLongName": "graphPath",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": true
}
]