added parameter file for maketar class

This commit is contained in:
Miriam Baglioni 2020-08-11 15:37:14 +02:00
parent 77a0951b32
commit 592a8ea573
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": "hdp",
"paramLongName": "hdfsPath",
"paramDescription": "the path used to store the output archive",
"paramRequired": true
},
{
"paramName":"nn",
"paramLongName":"nameNode",
"paramDescription": "the name node",
"paramRequired": true
}
]