[orcid enrichment] fixed workflow definition

This commit is contained in:
Claudio Atzori 2023-12-06 19:41:53 +01:00
parent 431c6bb08a
commit 259c69e446
1 changed files with 5 additions and 9 deletions

View File

@ -38,16 +38,12 @@
--conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress} --conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir} --conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
</spark-opts> </spark-opts>
<arg>--orcidPath</arg> <arg>--orcidPath</arg><arg>${orcidPath}</arg>
<arg>${orcidPath}</arg> <arg>--targetPath</arg><arg>${targetPath}</arg>
<arg>--targetPath</arg> <arg>--graphPath</arg><arg>${graphPath}</arg>
<arg>${targetPath}</arg> <arg>--master</arg><arg>yarn</arg>
<arg>--graphPath</arg>
<arg>${graphPath}</arg>
<arg>--master</arg>
<arg>yarn</arg>
</spark> </spark>
<ok to="End"/> <ok to="copy_datasource"/>
<error to="Kill"/> <error to="Kill"/>
</action> </action>