Master branch updates from beta September 2023 #337

Manually merged
claudio.atzori merged 1271 commits from beta into master 2023-09-06 11:31:09 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 5b8fd37314 - Show all commits

View File

@ -215,7 +215,7 @@
<action name="ImportODF_claims">
<java>
<main-class>eu.dnetlib.dhp.oa.graph.raw.MigrateMongoMdstoresApplication</main-class>
<arg>--hdfsPath</arg><arg>${contentPath}/mdstore</arg>
<arg>--hdfsPath</arg><arg>${contentPath}/odf_claims</arg>
<arg>--mongoBaseUrl</arg><arg>${mongoURL}</arg>
<arg>--mongoDb</arg><arg>${mongoDb}</arg>
<arg>--mdFormat</arg><arg>ODF</arg>
@ -238,7 +238,7 @@
<action name="ImportOAF_claims">
<java>
<main-class>eu.dnetlib.dhp.oa.graph.raw.MigrateMongoMdstoresApplication</main-class>
<arg>--hdfsPath</arg><arg>${contentPath}/mdstore</arg>
<arg>--hdfsPath</arg><arg>${contentPath}/oaf_claims</arg>
<arg>--mongoBaseUrl</arg><arg>${mongoURL}</arg>
<arg>--mongoDb</arg><arg>${mongoDb}</arg>
<arg>--mdFormat</arg><arg>OAF</arg>