bug fix: lookupurl parameter added to dedup record job

pull/106/head
miconis 3 years ago
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…
Cancel
Save