Project

General

Profile

« Previous | Next » 

Revision 57576

removed old job nodes

View differences:

claims2hbase.xml
11 11
		<WORKFLOW_TYPE>Data Load</WORKFLOW_TYPE>
12 12
		<WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
13 13
		<CONFIGURATION start="manual">
14
			<!-- TODO: delete this nodes when the new claim db is used by the portal (see next TODO) -->
15
			<NODE name="queryClaimRels" type="QueryDb" isStart="true">
16
				<DESCRIPTION>query Claim Rels</DESCRIPTION>
17
				<PARAMETERS>
18
					<PARAM managedBy="system" name="dbProperty" required="true" type="string">dnet.openaire.db.name</PARAM>
19
					<PARAM managedBy="system" name="sql" required="true" type="string">/eu/dnetlib/msro/openaireplus/workflows/hbase/queryClaimsRel.sql</PARAM>
20
					<PARAM managedBy="system" name="outputEprParam" required="true" type="string">claimRelsEpr</PARAM>
21
					<PARAM managedBy="system" name="xslt" required="true" type="string">/eu/dnetlib/msro/openaireplus/workflows/db/decapsule_claims_xml.xsl
22
					</PARAM>
23
				</PARAMETERS>
24
				<ARCS>
25
					<ARC to="storeClaimRels"/>
26
				</ARCS>
27
			</NODE>
28
			<NODE name="storeClaimRels" type="StoreHBase">
29
				<DESCRIPTION>Store relation Claim Project</DESCRIPTION>
30
				<PARAMETERS>
31
					<PARAM managedBy="system" name="inputEprParam" required="true" type="string">claimRelsEpr</PARAM>
32
					<PARAM managedBy="system" name="hbaseTableProperty" required="true" type="string">hbase.mapred.datatable</PARAM>
33
					<PARAM managedBy="system" name="cluster" required="true" type="string">DM</PARAM>
34
					<PARAM managedBy="user" name="mapping" required="true" type="string" function="obtainValues('dbmf2hbaseMappings', {})"></PARAM>
35
				</PARAMETERS>
36
				<ARCS>
37
					<ARC to="queryClaimUpdates"/>
38
				</ARCS>
39
			</NODE>
40
			<NODE name="queryClaimUpdates" type="QueryDb">
41
				<DESCRIPTION>query Claim updates</DESCRIPTION>
42
				<PARAMETERS>
43
					<PARAM managedBy="system" name="dbProperty" required="true" type="string">dnet.openaire.db.name</PARAM>
44
					<PARAM managedBy="system" name="sql" required="true" type="string">/eu/dnetlib/msro/openaireplus/workflows/hbase/queryClaimsUpdate.sql
45
					</PARAM>
46
					<PARAM managedBy="system" name="outputEprParam" required="true" type="string">claimRelsEpr</PARAM>
47
					<PARAM managedBy="system" name="xslt" required="true" type="string">/eu/dnetlib/msro/openaireplus/workflows/db/decapsule_claims_xml.xsl
48
					</PARAM>
49
				</PARAMETERS>
50
				<ARCS>
51
					<ARC to="storeClaimUpdates"/>
52
				</ARCS>
53
			</NODE>
54
			<NODE name="storeClaimUpdates" type="StoreHBase">
55
				<DESCRIPTION>Store claim updates</DESCRIPTION>
56
				<PARAMETERS>
57
					<PARAM managedBy="system" name="inputEprParam" required="true" type="string">claimRelsEpr</PARAM>
58
					<PARAM managedBy="system" name="hbaseTableProperty" required="true" type="string">hbase.mapred.datatable</PARAM>
59
					<PARAM managedBy="system" name="cluster" required="true" type="string">DM</PARAM>
60
					<PARAM managedBy="user" name="mapping" required="true" type="string" function="obtainValues('dbmf2hbaseMappings', {})"></PARAM>
61
				</PARAMETERS>
62
				<ARCS>
63
					<ARC to="success"/>
64
				</ARCS>
65
			</NODE>
66
			<!-- TODO: uncomment when the new claim database is used by the portal -->
67
			<!--
68 14
			<NODE name="applyClaimRels" type="ApplyClaimRels" isStart="true">
69 15
				<DESCRIPTION>Apply Claim Rels</DESCRIPTION>
70 16
				<PARAMETERS>

Also available in: Unified diff