forked from D-Net/dnet-hadoop
added the communityMapPath parameter and removed the isLookUpUrl parameter
This commit is contained in:
parent
6f43acda5e
commit
ff52c51f92
|
@ -1,10 +1,9 @@
|
|||
[
|
||||
|
||||
{
|
||||
"paramName":"is",
|
||||
"paramLongName":"isLookUpUrl",
|
||||
"paramDescription": "URL of the isLookUp Service",
|
||||
"paramRequired": false
|
||||
"paramName":"cmp",
|
||||
"paramLongName":"communityMapPath",
|
||||
"paramDescription": "the path to the serialization of the community map",
|
||||
"paramRequired": true
|
||||
},
|
||||
{
|
||||
"paramName":"s",
|
||||
|
|
Loading…
Reference in New Issue