removed not needed parameters
This commit is contained in:
parent
b2ca6b3bb9
commit
08f0b1c84c
|
@ -1,28 +0,0 @@
|
|||
#GENERAL PROPERTIES FOR DUMPS
|
||||
pathMap={"author":"$['author'][*]['fullname']","title":"$['title'][*]['value']","orcid":"$['author'][*]['pid'][*][?(@['qualifier']['classid']=='orcid')]['value']","contributor":"$['contributor'][*]['value']","description":"$['description'][*]['value']","dateofacceptance":"$['dateofacceptance']['value']", "context": "$['context'][*]['id']","url":"$['instance'][*]['url'][*]", "country": "$['country'][*]['classid']"}"
|
||||
selectionCriteria={"criteria":[{"constraint":[{"verb":"equals","field":"context","value":"enermaps"}]}]}
|
||||
sourcePath=/tmp/prod_provision/graph/18_graph_blacklisted
|
||||
#sourcePath=/tmp/miriam/graphCopy
|
||||
outputPath=/tmp/miriam/graph_dumps/enermaps_subset
|
||||
dumpType=subset
|
||||
depositionType=new
|
||||
###accessToken for the openaire sandbox following
|
||||
accessToken=OzzOsyucEIHxCEfhlpsMo3myEiwpCza3trCRL7ddfGTAK9xXkIP2MbXd6Vg4
|
||||
connectionUrl=https://sandbox.zenodo.org/api/deposit/depositions
|
||||
##accessToken=GxqutB1JnEmdvBafQI2cCjtUvoOs0novDuie3hxCEQUJcErHVMhkJjawIqhb
|
||||
##connectionUrl=https://zenodo.org/api/deposit/depositions
|
||||
resultAggregation=false
|
||||
upload=false
|
||||
onlyUpload=false
|
||||
removeSet="merges;isMergedIn"
|
||||
metadata=""
|
||||
singleDeposition=false
|
||||
communityId= none
|
||||
conceptRecordId=7490191
|
||||
depositionId=none
|
||||
postgresURL=jdbc:postgresql://postgresql.services.openaire.eu:5432/dnet_openaireplus
|
||||
postgresUser=dnet
|
||||
postgresPassword=dnetPwd
|
||||
##values community or complete. If it is community then the model of the dump will be the one of the communities.
|
||||
##If it is the complete the model of the dump will be the one of the complete graph
|
||||
mapAs=complete
|
|
@ -221,10 +221,7 @@
|
|||
<name>sourcePath</name>
|
||||
<value>${sourcePath}</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>organizationCommunityMap</name>
|
||||
<value>${organizationCommunityMap}</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>resultAggregation</name>
|
||||
<value>${resultAggregation}</value>
|
||||
|
|
|
@ -12,10 +12,7 @@
|
|||
<name>resultAggregation</name>
|
||||
<description>true if all the result type have to be dumped under result. false otherwise</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>organizationCommunityMap</name>
|
||||
<description>the organization community map</description>
|
||||
</property>
|
||||
|
||||
|
||||
<property>
|
||||
<name>hiveDbName</name>
|
||||
|
|
Loading…
Reference in New Issue