This commit is contained in:
Miriam Baglioni 2021-04-13 16:39:55 +02:00
parent 08e731916b
commit 80a7170794
5 changed files with 16 additions and 12 deletions

View File

@ -548,7 +548,6 @@
<arg>--accessToken</arg><arg>${accessToken}</arg> <arg>--accessToken</arg><arg>${accessToken}</arg>
<arg>--connectionUrl</arg><arg>${connectionUrl}</arg> <arg>--connectionUrl</arg><arg>${connectionUrl}</arg>
<arg>--metadata</arg><arg>${metadata}</arg> <arg>--metadata</arg><arg>${metadata}</arg>
<arg>--communityMapPath</arg><arg>${workingDir}/communityMap</arg>
<arg>--conceptRecordId</arg><arg>${conceptRecordId}</arg> <arg>--conceptRecordId</arg><arg>${conceptRecordId}</arg>
<arg>--depositionType</arg><arg>${depositionType}</arg> <arg>--depositionType</arg><arg>${depositionType}</arg>
<arg>--depositionId</arg><arg>${depositionId}</arg> <arg>--depositionId</arg><arg>${depositionId}</arg>

View File

@ -35,7 +35,12 @@
"paramLongName":"dumpType", "paramLongName":"dumpType",
"paramDescription": "the type of the dump (complete for the whole graph, community for the products related to communities, funder for the results with at least a link to project", "paramDescription": "the type of the dump (complete for the whole graph, community for the products related to communities, funder for the results with at least a link to project",
"paramRequired": false "paramRequired": false
} }, {
"paramName":"cid",
"paramLongName":"communityId",
"paramDescription": "the id of the community to be dumped",
"paramRequired": false
}
] ]

View File

@ -2,8 +2,8 @@
[ [
{ {
"paramName":"is", "paramName":"ci",
"paramLongName":"isLookUpUrl", "paramLongName":"communityId",
"paramDescription": "URL of the isLookUp Service", "paramDescription": "URL of the isLookUp Service",
"paramRequired": true "paramRequired": true
}, },
@ -14,8 +14,8 @@
"paramRequired": true "paramRequired": true
}, },
{ {
"paramName": "out", "paramName": "p",
"paramLongName": "outputPath", "paramLongName": "path",
"paramDescription": "the path used to store temporary output files", "paramDescription": "the path used to store temporary output files",
"paramRequired": true "paramRequired": true
} }

View File

@ -25,6 +25,12 @@
"paramLongName": "isSparkSessionManaged", "paramLongName": "isSparkSessionManaged",
"paramDescription": "true if the spark session is managed, false otherwise", "paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false "paramRequired": false
},
{
"paramName": "cid",
"paramLongName": "communityId",
"paramDescription": "true if the spark session is managed, false otherwise",
"paramRequired": false
} }
] ]

View File

@ -12,12 +12,6 @@
"paramDescription": "The id of the concept record for a new version", "paramDescription": "The id of the concept record for a new version",
"paramRequired": false "paramRequired": false
}, },
{
"paramName":"cmp",
"paramLongName":"communityMapPath",
"paramDescription": "the path to the serialization of the community map",
"paramRequired": false
},
{ {
"paramName":"di", "paramName":"di",
"paramLongName":"depositionId", "paramLongName":"depositionId",