forked from D-Net/dnet-hadoop
parameters for the project2result preparation phase
This commit is contained in:
parent
cadab9b81d
commit
92f19fa0a0
|
@ -1,10 +1,4 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"paramName":"mt",
|
|
||||||
"paramLongName":"master",
|
|
||||||
"paramDescription": "should be local or yarn",
|
|
||||||
"paramRequired": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"paramName":"s",
|
"paramName":"s",
|
||||||
"paramLongName":"sourcePath",
|
"paramLongName":"sourcePath",
|
||||||
|
@ -25,15 +19,15 @@
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName":"wu",
|
"paramName":"pu",
|
||||||
"paramLongName":"writeUpdate",
|
"paramLongName":"potentialUpdatePath",
|
||||||
"paramDescription": "true if the update must be writte. No double check if information is already present",
|
"paramDescription": "the path of the potential updates ",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName":"sg",
|
"paramName":"al",
|
||||||
"paramLongName":"saveGraph",
|
"paramLongName":"alreadyLinkedPath",
|
||||||
"paramDescription": "true if the new version of the graph must be saved",
|
"paramDescription": "the path of the already linked project result_set",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue