added the splitSize non mandatory parameter. Default size 10G
This commit is contained in:
parent
7d2eda43ca
commit
08806deddf
|
@ -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
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue