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
|
high-performance-batch-processing:
services:
"compute-node":
charm: "cs:trusty/hdp-hadoop-8"
num_units: 1
annotations:
"gui-x": "849.6418941713882"
"gui-y": "627.4593128427454"
"yarn-hdfs-master":
charm: "cs:trusty/hdp-hadoop-8"
num_units: 1
annotations:
"gui-x": "846.3581058286118"
"gui-y": "244.54068715725464"
"hdp-tez":
charm: "cs:trusty/hdp-tez-5"
num_units: 1
annotations:
"gui-x": "489.9256825141649"
"gui-y": "244.54068715725464"
relations:
- - "yarn-hdfs-master:namenode"
- "compute-node:datanode"
- - "yarn-hdfs-master:resourcemanager"
- "compute-node:nodemanager"
- - "hdp-tez:resourcemanager"
- "yarn-hdfs-master:resourcemanager"
- - "hdp-tez:namenode"
- "yarn-hdfs-master:namenode"
- - "compute-node:hadoop-nodes"
- "hdp-tez:hadoop-nodes"
series: trusty
|