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.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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue