forked from D-Net/dnet-hadoop
[doiboost] added workflow for the ActionSet update dedicated to production
This commit is contained in:
parent
fa720c1da4
commit
734de62474
|
@ -106,8 +106,7 @@
|
||||||
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
|
--conf spark.eventLog.dir=${nameNode}${spark2EventLogDir}
|
||||||
</spark-opts>
|
</spark-opts>
|
||||||
<arg>--sourcePath</arg><arg>${inputPathCrossref}/crossref_ds</arg>
|
<arg>--sourcePath</arg><arg>${inputPathCrossref}/crossref_ds</arg>
|
||||||
<arg>--targetPath</arg><ar
|
<arg>--targetPath</arg><arg>${workingPath}</arg>
|
||||||
g>${workingPath}</arg>
|
|
||||||
<arg>--master</arg><arg>yarn-cluster</arg>
|
<arg>--master</arg><arg>yarn-cluster</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="ProcessMAG"/>
|
<ok to="ProcessMAG"/>
|
||||||
|
@ -195,8 +194,7 @@
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
<!-- INTERSECTION SECTION-->
|
<!-- INTERSECTION SECTION-->
|
||||||
<actio
|
<action name="CreateDOIBoost">
|
||||||
n name="CreateDOIBoost">
|
|
||||||
<spark xmlns="uri:oozie:spark-action:0.2">
|
<spark xmlns="uri:oozie:spark-action:0.2">
|
||||||
<master>yarn-cluster</master>
|
<master>yarn-cluster</master>
|
||||||
<mode>cluster</mode>
|
<mode>cluster</mode>
|
||||||
|
|
Loading…
Reference in New Issue