forked from D-Net/dnet-hadoop
bug fix: lookupurl parameter added to dedup record job
This commit is contained in:
parent
511c0521e5
commit
369ed1cd8a
|
@ -22,5 +22,11 @@
|
|||
"paramLongName": "numPartitions",
|
||||
"paramDescription": "number of partitions for the similarity relations intermediate phases",
|
||||
"paramRequired": false
|
||||
},
|
||||
{
|
||||
"paramName": "la",
|
||||
"paramLongName": "isLookUpUrl",
|
||||
"paramDescription": "the url for the lookup service",
|
||||
"paramRequired": true
|
||||
}
|
||||
]
|
|
@ -161,6 +161,8 @@ public class SparkOpenorgsProvisionTest implements Serializable {
|
|||
testGraphBasePath,
|
||||
"-asi",
|
||||
testActionSetId,
|
||||
"-la",
|
||||
"lookupurl",
|
||||
"-w",
|
||||
testOutputBasePath
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue