added the splitSize non mandatory parameter. Default size 10G

This commit is contained in:
Miriam Baglioni 2020-11-03 16:57:34 +01:00
parent 7d2eda43ca
commit 08806deddf
1 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,12 @@
"paramLongName":"nameNode",
"paramDescription": "the name node",
"paramRequired": true
},
{
"paramName":"ss",
"paramLongName":"splitSize",
"paramDescription": "the maximum size of the archive",
"paramRequired": false
}
]