Revision 29552
Added by Eri Katsari over 10 years ago
modules/dnet-openaire-stats-workflow/src/main/resources/eu/dnetlib/iis/core/javamapreduce/stats/oozie_app/workflow.xml | ||
---|---|---|
537 | 537 |
<name>mapred.job.queue.name</name> |
538 | 538 |
<value>${queueName}</value> |
539 | 539 |
</property> |
540 |
|
|
541 |
<property> |
|
542 |
<name>P_Stats_ContextResourceXML</name> |
|
540 |
<property> |
|
541 |
<name>Stats_ContextResourceXML</name> |
|
543 | 542 |
<value>${ContextResourceXML}</value> |
544 | 543 |
</property> |
545 |
|
|
544 |
|
|
546 | 545 |
</configuration> |
547 | 546 |
|
548 | 547 |
<main-class>eu.dnetlib.iis.core.java.ProcessWrapper</main-class> |
549 | 548 |
<arg>eu.dnetlib.iis.core.workflows.stats.ExportContextWrapper</arg> |
550 | 549 |
<arg>-SworkingDir=${workingDir}</arg> |
551 | 550 |
<arg>-PStats_output_Path=${Stats_output_Path}</arg> |
552 |
<arg>-PStats_ContextResourceXML=${ContextResourceXML}</arg> |
|
553 |
<arg>-PContextResourceXML=${ContextResourceXML}</arg> |
|
554 |
|
|
555 |
</java> |
|
551 |
<arg>-PResourceXML=${ContextResourceXML}</arg> |
|
552 |
</java> |
|
556 | 553 |
<ok to="end" /> |
557 | 554 |
<error to="fail" /> |
558 | 555 |
</action> |
Also available in: Unified diff