[EOSC DUMP ] added param files and removed from existing one not needed params

This commit is contained in:
Miriam Baglioni 2022-11-07 18:02:58 +01:00
parent 74ff2c88d2
commit 849734fb55
2 changed files with 30 additions and 6 deletions

View File

@ -0,0 +1,30 @@
[
{
"paramName":"as",
"paramLongName":"actionSetPath",
"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
},
{
"paramName":"rp",
"paramLongName":"resultPath",
"paramDescription": "The path to the community map",
"paramRequired": true
}
]

View File

@ -18,12 +18,6 @@
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false
},
{
"paramName":"tn",
"paramLongName":"resultTableName",
"paramDescription": "the name of the result table we are currently working on",
"paramRequired": true
},
{
"paramName":"rp",
"paramLongName":"resultPath",