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",
|
"paramLongName": "numPartitions",
|
||||||
"paramDescription": "number of partitions for the similarity relations intermediate phases",
|
"paramDescription": "number of partitions for the similarity relations intermediate phases",
|
||||||
"paramRequired": false
|
"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,
|
testGraphBasePath,
|
||||||
"-asi",
|
"-asi",
|
||||||
testActionSetId,
|
testActionSetId,
|
||||||
|
"-la",
|
||||||
|
"lookupurl",
|
||||||
"-w",
|
"-w",
|
||||||
testOutputBasePath
|
testOutputBasePath
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue