forked from D-Net/dnet-hadoop
added property depositionId and chenage property newVersion that became string from boolean to handle the three possible distinct values
This commit is contained in:
parent
ed5239f9ec
commit
8b36d19182
|
@ -1,9 +1,9 @@
|
|||
|
||||
[
|
||||
{
|
||||
"paramName":"nd",
|
||||
"paramLongName":"newDeposition",
|
||||
"paramDescription": "if it is a new deposition (true) or a new versione (false)",
|
||||
"paramName":"dt",
|
||||
"paramLongName":"depositionType",
|
||||
"paramDescription": "the type of the deposition (new, version, update)",
|
||||
"paramRequired": true
|
||||
},
|
||||
{
|
||||
|
@ -18,6 +18,12 @@
|
|||
"paramDescription": "the path to the serialization of the community map",
|
||||
"paramRequired": false
|
||||
},
|
||||
{
|
||||
"paramName":"di",
|
||||
"paramLongName":"depositionId",
|
||||
"paramDescription": "the id of an open deposition which has not been published",
|
||||
"paramRequired": false
|
||||
},
|
||||
{
|
||||
"paramName":"hdfsp",
|
||||
"paramLongName":"hdfsPath",
|
||||
|
|
Loading…
Reference in New Issue