added property file that was missing

This commit is contained in:
Miriam Baglioni 2020-07-30 16:24:17 +02:00
parent ee8420c6b3
commit 2b66a93f9e
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
[
{
"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
}
]