Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3
    <HEADER>
4
        <RESOURCE_IDENTIFIER value="ce304c65-5836-4cf0-9a48-53472b9f6f35_V29ya2Zsb3dEU1Jlc291cmNlcy9Xb3JrZmxvd0RTUmVzb3VyY2VUeXBl"/>
5
        <RESOURCE_TYPE value="WorkflowDSResourceType"/>
6
        <RESOURCE_KIND value="WorkflowDSResources"/>
7
        <RESOURCE_URI value=""/>
8
        <DATE_OF_CREATION value="2006-05-04T18:13:51.0Z"/>
9
    </HEADER>
10
    <BODY>
11
        <WORKFLOW_NAME>Reset HBase</WORKFLOW_NAME>
12
        <WORKFLOW_TYPE>Data Load</WORKFLOW_TYPE>
13
        <WORKFLOW_PRIORITY>30</WORKFLOW_PRIORITY>
14
        <CONFIGURATION start="auto">
15
			<NODE name="checkTable" type="CheckHBaseTable" isStart="true">
16
				<DESCRIPTION>check hbase table</DESCRIPTION>
17
				<PARAMETERS>
18
					<PARAM name="hbaseTableProperty" type="string" managedBy="system" required="true">hbase.mapred.datatable</PARAM>
19
					<PARAM name="cluster" type="string" managedBy="system" required="true">DM</PARAM>
20
				</PARAMETERS>
21
				<ARCS>
22
					<ARC to="create" name="create" />
23
					<ARC to="drop" name ="drop" />
24
				</ARCS>
25
			</NODE> 
26
			<NODE name="drop" type="DropHBaseTable">
27
				<DESCRIPTION>drop hbase table</DESCRIPTION>
28
				<PARAMETERS>
29
					<PARAM name="hbaseTableProperty" type="string" managedBy="system" required="true">hbase.mapred.datatable</PARAM>
30
					<PARAM name="cluster" type="string" managedBy="system" required="true">DM</PARAM>
31
				</PARAMETERS>
32
				<ARCS>
33
					<ARC to="create" />
34
				</ARCS>
35
			</NODE>        
36
			<NODE name="create" type="CreateHBaseTable">
37
				<DESCRIPTION>create hbase table</DESCRIPTION>
38
				<PARAMETERS>
39
					<PARAM name="hbaseTableProperty" type="string" managedBy="system" required="true">hbase.mapred.datatable</PARAM>
40
					<PARAM name="cluster" type="string" managedBy="system" required="true">DM</PARAM>
41
					<PARAM name="xqueryForColumnsProperty" type="string" managedBy="user" required="true">dnet.openaire.model.relationships.xquery</PARAM>
42
				</PARAMETERS>
43
				<ARCS>
44
					<ARC to="success" />
45
				</ARCS>
46
			</NODE>
47
        </CONFIGURATION>
48
        <STATUS />
49
    </BODY>
50
</RESOURCE_PROFILE>
(4-4/4)