bug fix: lookupurl parameter added to dedup record job

This commit is contained in:
miconis 2021-04-13 09:08:05 +02:00
parent 511c0521e5
commit 369ed1cd8a
2 changed files with 8 additions and 0 deletions

View File

@ -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
}
]

View File

@ -161,6 +161,8 @@ public class SparkOpenorgsProvisionTest implements Serializable {
testGraphBasePath,
"-asi",
testActionSetId,
"-la",
"lookupurl",
"-w",
testOutputBasePath
});