master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 369ed1cd8a - Show all commits

View File

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

View File

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