Revision 29728
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 | ||
---|---|---|
15 | 15 |
</property> |
16 | 16 |
</configuration> |
17 | 17 |
</global> |
18 |
<start to='prepareDatabase' />
|
|
18 |
<start to='get-scanner' />
|
|
19 | 19 |
<action name='get-scanner'> |
20 | 20 |
<java> |
21 | 21 |
<main-class>eu.dnetlib.iis.core.workflows.stats.HbaseScannerGenerator |
... | ... | |
519 | 519 |
|
520 | 520 |
</configuration> |
521 | 521 |
</map-reduce> |
522 |
<ok to="exportContext" />
|
|
522 |
<ok to="sqoopImport" />
|
|
523 | 523 |
<error to="fail" /> |
524 | 524 |
</action> |
525 | 525 |
|
... | ... | |
603 | 603 |
<arg>-PStats_enclosing_Character=${Stats_enclosing_Character} </arg> |
604 | 604 |
|
605 | 605 |
</java> |
606 |
<ok to="finalizeDatabase"/>
|
|
606 |
<ok to="end"/>
|
|
607 | 607 |
<error to="fail" /> |
608 | 608 |
</action> |
609 | 609 |
|
Also available in: Unified diff