forked from D-Net/dnet-hadoop
adjusted MergeClaimsApplication param specs
This commit is contained in:
parent
4ff184973b
commit
da2f8af72d
|
@ -20,13 +20,13 @@
|
|||
{
|
||||
"paramName": "cgp",
|
||||
"paramLongName": "claimsGraphPath",
|
||||
"paramDescription": "the path of the claims graph",
|
||||
"paramDescription": "the path of the claims graph, from the working directory",
|
||||
"paramRequired": true
|
||||
},
|
||||
{
|
||||
"paramName": "ogp",
|
||||
"paramLongName": "outputRawGaphPath",
|
||||
"paramDescription": "the path of output graph, combining raw and claims",
|
||||
"paramName": "rgp",
|
||||
"paramLongName": "rawGraphPath",
|
||||
"paramDescription": "the path of raw graph, from the working directory",
|
||||
"paramRequired": true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue