~asanjar/charms/bundles/hdp-accumulo-hadoop/bundle

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
envExport: 
  services: 
    "yarn-hdfs-master": 
      charm: "cs:trusty/hdp-hadoop-1"
      num_units: 1
      annotations: 
        "gui-x": "943.2350115498868"
        "gui-y": "229.28104587853142"
    "compute-node": 
      charm: "cs:trusty/hdp-hadoop-1"
      num_units: 1
      annotations: 
        "gui-x": "945.4095020764812"
        "gui-y": "-32.3559307642783"
    "hdp-zookeeper": 
      charm: "cs:trusty/hdp-zookeeper-7"
      num_units: 3
      annotations: 
        "gui-x": "80.91724487167937"
        "gui-y": "217.5119769355636"
    "tablet-servers": 
      charm: "local:trusty/hdp-accumulo-1"
      num_units: 4
      annotations: 
        "gui-x": "520.2493241170985"
        "gui-y": "589.1107278738682"
    "accumulo-master": 
      charm: "local:trusty/hdp-accumulo-0"
      num_units: 1
      annotations: 
        "gui-x": "517.415251928498"
        "gui-y": "-1.5720638819540795"
  relations: 
    - - "accumulo-master:resourcemanager"
      - "yarn-hdfs-master:resourcemanager"
    - - "accumulo-master:accumulo-server"
      - "tablet-servers:tabletserver"
    - - "tablet-servers:zookeeper"
      - "hdp-zookeeper:zookeeper"
    - - "accumulo-master:namenode"
      - "yarn-hdfs-master:namenode"
    - - "tablet-servers:resourcemanager"
      - "yarn-hdfs-master:resourcemanager"
    - - "tablet-servers:namenode"
      - "yarn-hdfs-master:namenode"
    - - "yarn-hdfs-master:namenode"
      - "compute-node:datanode"
    - - "yarn-hdfs-master:resourcemanager"
      - "compute-node:nodemanager"
    - - "accumulo-master:zookeeper"
      - "hdp-zookeeper:zookeeper"
  series: trusty