forked from D-Net/dnet-hadoop
new parameter files
This commit is contained in:
parent
24c56fa7a3
commit
cf3f47563f
|
@ -22,5 +22,10 @@
|
|||
"paramLongName": "communityMapPath",
|
||||
"paramDescription": "the community map path",
|
||||
"paramRequired": true
|
||||
}
|
||||
},{
|
||||
"paramName": "rp",
|
||||
"paramLongName": "relationPath",
|
||||
"paramDescription": "the relationPath",
|
||||
"paramRequired": true
|
||||
}
|
||||
]
|
|
@ -29,7 +29,12 @@
|
|||
"paramLongName":"resultTableName",
|
||||
"paramDescription": "the name of the result table we are currently working on",
|
||||
"paramRequired": true
|
||||
}
|
||||
}, {
|
||||
"paramName":"rp",
|
||||
"paramLongName":"relationPath",
|
||||
"paramDescription": "the path to the relations",
|
||||
"paramRequired": true
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue