~bigdata-dev/charms/bundles/apache-analytics-sql/staging

« back to all changes in this revision

Viewing changes to bundle.yaml

  • Committer: Kevin W. Monroe
  • Date: 2015-06-30 16:08:38 UTC
  • Revision ID: kevin.monroe@canonical.com-20150630160838-unc94x3xd3mqeiuj
relax machine ram constraint to minimum

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    annotations:
6
6
      gui-x: "300"
7
7
      gui-y: "200"
8
 
    constraints: mem=4G
 
8
    constraints: mem=3G
9
9
  hdfs-master:
10
10
    charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-master
11
11
    num_units: 1
12
12
    annotations:
13
13
      gui-x: "600"
14
14
      gui-y: "350"
15
 
    constraints: mem=8G
 
15
    constraints: mem=7G
16
16
  hive:
17
17
    charm: cs:~bigdata-dev/trusty/apache-hive
18
18
    num_units: 1
19
19
    annotations:
20
20
      gui-x: "1200"
21
21
      gui-y: "200"
22
 
    constraints: mem=4G
 
22
    constraints: mem=3G
23
23
  mysql:
24
24
    charm: cs:trusty/mysql
25
25
    num_units: 1
39
39
    annotations:
40
40
      gui-x: "600"
41
41
      gui-y: "600"
42
 
    constraints: mem=8G
 
42
    constraints: mem=7G
43
43
  yarn-master:
44
44
    charm: cs:~bigdata-dev/trusty/apache-hadoop-yarn-master
45
45
    num_units: 1
46
46
    annotations:
47
47
      gui-x: "600"
48
48
      gui-y: "100"
49
 
    constraints: mem=8G
 
49
    constraints: mem=7G
50
50
series: trusty
51
51
relations:
52
52
  - [yarn-master, hdfs-master]