Project

General

Profile

« Previous | Next » 

Revision 57383

Import of OpenOrgs Organizations

View differences:

db2hbase.xml
91 91
					<PARAM managedBy="user" name="mapping" required="true" type="string" function="obtainValues('dbmf2hbaseMappings', {})"></PARAM>
92 92
				</PARAMETERS>
93 93
				<ARCS>
94
					<ARC to="queryOrganizationsFromOpenOrgsDB"/>
95
				</ARCS>
96
			</NODE>
97
			<NODE name="queryOrganizationsFromOpenOrgsDB" type="QueryDb">
98
				<DESCRIPTION>query Open Organizations</DESCRIPTION>
99
				<PARAMETERS>
100
					<PARAM managedBy="system" name="dbProperty" required="true" type="string">dnet.openorgs.db.name</PARAM>
101
					<PARAM managedBy="system" name="sql" required="true" type="string">/eu/dnetlib/msro/openaireplus/workflows/hbase/queryOrganizationsFromOpenOrgsDB.sql
102
					</PARAM>
103
					<PARAM managedBy="system" name="outputEprParam" required="true" type="string">openOrgsEpr</PARAM>
104
				</PARAMETERS>
105
				<ARCS>
106
					<ARC to="storeOrganizationsFromOpenOrgsDB"/>
107
				</ARCS>
108
			</NODE>
109
			<NODE name="storeOrganizationsFromOpenOrgsDB" type="StoreHBase">
110
				<DESCRIPTION>Store Open Organizations to HBase</DESCRIPTION>
111
				<PARAMETERS>
112
					<PARAM managedBy="system" name="inputEprParam" required="true" type="string">openOrgsEpr</PARAM>
113
					<PARAM managedBy="system" name="hbaseTableProperty" required="true" type="string">hbase.mapred.datatable</PARAM>
114
					<PARAM managedBy="system" name="cluster" required="true" type="string">DM</PARAM>
115
					<PARAM managedBy="user" name="mapping" required="true" type="string" function="obtainValues('dbmf2hbaseMappings', {})"></PARAM>
116
				</PARAMETERS>
117
				<ARCS>
94 118
					<ARC to="queryProjects"/>
95 119
				</ARCS>
96 120
			</NODE>

Also available in: Unified diff