Merge lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk into lp:~charmers/charms/bundles/apache-core-batch-processing/bundle

Proposed by Cory Johns
Status: Merged
Merged at revision: 18
Proposed branch: lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk
Merge into: lp:~charmers/charms/bundles/apache-core-batch-processing/bundle
Diff against target: 120 lines (+99/-1)
3 files modified
bundle-dev.yaml (+49/-0)
bundle-local.yaml (+49/-0)
bundle.yaml (+1/-1)
To merge this branch: bzr merge lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+271374@code.launchpad.net

Description of the change

Fixes for CWR
Also create separate -dev and -local bundle files.

To post a comment you must log in.
22. By Cory Johns

Trivial (empty) merge of prod into dev to resolve merge conflicts

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'bundle-dev.yaml'
2--- bundle-dev.yaml 1970-01-01 00:00:00 +0000
3+++ bundle-dev.yaml 2015-09-16 20:23:38 +0000
4@@ -0,0 +1,49 @@
5+services:
6+ client:
7+ charm: cs:~bigdata-dev/trusty/apache-hadoop-client
8+ num_units: 1
9+ annotations:
10+ gui-x: "1300"
11+ gui-y: "200"
12+ compute-slave:
13+ charm: cs:~bigdata-dev/trusty/apache-hadoop-compute-slave
14+ num_units: 3
15+ annotations:
16+ gui-x: "250"
17+ gui-y: "200"
18+ constraints: mem=3G
19+ hdfs-master:
20+ charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-master
21+ num_units: 1
22+ annotations:
23+ gui-x: "600"
24+ gui-y: "350"
25+ constraints: mem=7G
26+ plugin:
27+ charm: cs:~bigdata-dev/trusty/apache-hadoop-plugin
28+ annotations:
29+ gui-x: "950"
30+ gui-y: "200"
31+ secondary-namenode:
32+ charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-secondary
33+ num_units: 1
34+ annotations:
35+ gui-x: "600"
36+ gui-y: "600"
37+ constraints: mem=7G
38+ yarn-master:
39+ charm: cs:~bigdata-dev/trusty/apache-hadoop-yarn-master
40+ num_units: 1
41+ annotations:
42+ gui-x: "600"
43+ gui-y: "100"
44+ constraints: mem=7G
45+series: trusty
46+relations:
47+ - [yarn-master, hdfs-master]
48+ - [secondary-namenode, hdfs-master]
49+ - [compute-slave, yarn-master]
50+ - [compute-slave, hdfs-master]
51+ - [plugin, yarn-master]
52+ - [plugin, hdfs-master]
53+ - [client, plugin]
54
55=== added file 'bundle-local.yaml'
56--- bundle-local.yaml 1970-01-01 00:00:00 +0000
57+++ bundle-local.yaml 2015-09-16 20:23:38 +0000
58@@ -0,0 +1,49 @@
59+services:
60+ client:
61+ charm: local:trusty/apache-hadoop-client
62+ num_units: 1
63+ annotations:
64+ gui-x: "1300"
65+ gui-y: "200"
66+ compute-slave:
67+ charm: local:trusty/apache-hadoop-compute-slave
68+ num_units: 3
69+ annotations:
70+ gui-x: "250"
71+ gui-y: "200"
72+ constraints: mem=3G
73+ hdfs-master:
74+ charm: local:trusty/apache-hadoop-hdfs-master
75+ num_units: 1
76+ annotations:
77+ gui-x: "600"
78+ gui-y: "350"
79+ constraints: mem=7G
80+ plugin:
81+ charm: local:trusty/apache-hadoop-plugin
82+ annotations:
83+ gui-x: "950"
84+ gui-y: "200"
85+ secondary-namenode:
86+ charm: local:trusty/apache-hadoop-hdfs-secondary
87+ num_units: 1
88+ annotations:
89+ gui-x: "600"
90+ gui-y: "600"
91+ constraints: mem=7G
92+ yarn-master:
93+ charm: local:trusty/apache-hadoop-yarn-master
94+ num_units: 1
95+ annotations:
96+ gui-x: "600"
97+ gui-y: "100"
98+ constraints: mem=7G
99+series: trusty
100+relations:
101+ - [yarn-master, hdfs-master]
102+ - [secondary-namenode, hdfs-master]
103+ - [compute-slave, yarn-master]
104+ - [compute-slave, hdfs-master]
105+ - [plugin, yarn-master]
106+ - [plugin, hdfs-master]
107+ - [client, plugin]
108
109=== modified file 'bundle.yaml'
110--- bundle.yaml 2015-09-15 20:03:43 +0000
111+++ bundle.yaml 2015-09-16 20:23:38 +0000
112@@ -20,7 +20,7 @@
113 gui-y: "350"
114 constraints: mem=7G
115 plugin:
116- charm: cs:trusty/apache-hadoop-plugin-6
117+ charm: cs:trusty/apache-hadoop-plugin-7
118 annotations:
119 gui-x: "950"
120 gui-y: "200"

Subscribers

People subscribed via source and target branches