This commit is contained in:
Miriam Baglioni 2020-07-30 16:24:28 +02:00
parent 2b66a93f9e
commit 6f1c40a933
2 changed files with 1 additions and 7 deletions

View File

@ -14,7 +14,7 @@
},
{
"paramName": "nn",
"paramLongName": "nameNode",
"paramLongName": "hdfsNameNode",
"paramDescription": "the name node",
"paramRequired": true
}

View File

@ -23,12 +23,6 @@
"paramLongName": "isSparkSessionManaged",
"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
}
]