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

26 lines
621 B
JSON
Raw Normal View History

2020-05-19 18:42:50 +02:00
[
{
"paramName": "issm",
"paramLongName": "isSparkSessionManaged",
"paramDescription": "when true will stop SparkSession after job execution",
"paramRequired": false
},
{
2020-05-20 10:26:44 +02:00
"paramName": "pjp",
"paramLongName": "projectPath",
2020-05-19 18:42:50 +02:00
"paramDescription": "the URL from where to get the programme file",
"paramRequired": true
},
{
"paramName": "o",
"paramLongName": "outputPath",
"paramDescription": "the path of the new ActionSet",
"paramRequired": true
},
{
"paramName": "dbp",
"paramLongName": "dbProjectPath",
"paramDescription": "the path of the project code read from db",
"paramRequired": true
}
2020-05-19 18:42:50 +02:00
]