forked from D-Net/dnet-hadoop
[orcid enrichment] fixed workflow definition
This commit is contained in:
parent
431c6bb08a
commit
259c69e446
|
@ -38,16 +38,12 @@
|
|||
--conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}
|
||||
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
|
||||
</spark-opts>
|
||||
<arg>--orcidPath</arg>
|
||||
<arg>${orcidPath}</arg>
|
||||
<arg>--targetPath</arg>
|
||||
<arg>${targetPath}</arg>
|
||||
<arg>--graphPath</arg>
|
||||
<arg>${graphPath}</arg>
|
||||
<arg>--master</arg>
|
||||
<arg>yarn</arg>
|
||||
<arg>--orcidPath</arg><arg>${orcidPath}</arg>
|
||||
<arg>--targetPath</arg><arg>${targetPath}</arg>
|
||||
<arg>--graphPath</arg><arg>${graphPath}</arg>
|
||||
<arg>--master</arg><arg>yarn</arg>
|
||||
</spark>
|
||||
<ok to="End"/>
|
||||
<ok to="copy_datasource"/>
|
||||
<error to="Kill"/>
|
||||
</action>
|
||||
|
||||
|
|
Loading…
Reference in New Issue