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",
|
"paramName": "cgp",
|
||||||
"paramLongName": "claimsGraphPath",
|
"paramLongName": "claimsGraphPath",
|
||||||
"paramDescription": "the path of the claims graph",
|
"paramDescription": "the path of the claims graph, from the working directory",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"paramName": "ogp",
|
"paramName": "rgp",
|
||||||
"paramLongName": "outputRawGaphPath",
|
"paramLongName": "rawGraphPath",
|
||||||
"paramDescription": "the path of output graph, combining raw and claims",
|
"paramDescription": "the path of raw graph, from the working directory",
|
||||||
"paramRequired": true
|
"paramRequired": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue