-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetainfo.xml
70 lines (68 loc) · 2.1 KB
/
metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<metainfo>
<schemaVersion>2.0</schemaVersion>
<services>
<service>
<name>ASERV</name>
<displayName>Aserv</displayName>
<comment>a astro streaming data management system</comment>
<version>0.0.1</version>
<components>
<component>
<name>GWAC_DBGEN_CLUSTER_MASTER</name>
<displayName>Gwac_dbgen_cluster Master</displayName>
<category>MASTER</category>
<cardinality>1</cardinality>
<timelineAppid>aserv</timelineAppid>
<commandScript>
<script>scripts/gwac_dbgen_master.py</script>
<scriptType>PYTHON</scriptType>
<timeout>600</timeout>
</commandScript>
</component>
<component>
<name>GWAC_DBGEN_CLUSTER_SLAVE</name>
<displayName>Gwac_dbgen_cluster Slave</displayName>
<category>CLIENT</category>
<cardinality>1+</cardinality>
<commandScript>
<script>scripts/gwac_dbgen_slave.py</script>
<scriptType>PYTHON</scriptType>
<timeout>600</timeout>
</commandScript>
</component>
</components>
<requiredServices>
<service>SPARK</service>
<service>SPARKJS</service>
<service>HBASE</service>
<service>REDIS</service>
</requiredServices>
<osSpecifics>
<osSpecific>
<osFamily>redhat5,redhat6,redhat7</osFamily>
<packages>
<package>
<name>gcc-c++</name>
</package>
<package>
<name>libtool</name>
</package>
<package>
<name>epel-release</name>
</package>
<package>
<name>python2-pip</name>
</package>
</packages>
</osSpecific>
</osSpecifics>
<quickLinksConfigurations>
<quickLinksConfiguration>
<fileName>quicklinks.json</fileName>
<default>true</default>
</quickLinksConfiguration>
</quickLinksConfigurations>
</service>
</services>
</metainfo>