← Back to team overview

bigdata-dev team mailing list archive

[Merge] lp:~bigdata-dev/charms/bundles/apache-analytics-sql/trunk into lp:~charmers/charms/bundles/apache-analytics-sql/bundle

 

Cory Johns has proposed merging lp:~bigdata-dev/charms/bundles/apache-analytics-sql/trunk into lp:~charmers/charms/bundles/apache-analytics-sql/bundle.

Requested reviews:
  charmers (charmers)
Related bugs:
  Bug #1475669 in Juju Charms Collection: "bigdata solution: Integrate Apache Hadoop with Hive data analytic"
  https://bugs.launchpad.net/charms/+bug/1475669

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/bundles/apache-analytics-sql/trunk/+merge/271493

Bump revision on Hive charm for test fix.

Also add -dev and -local files for testing.
-- 
Your team Juju Big Data Development is subscribed to branch lp:~bigdata-dev/charms/bundles/apache-analytics-sql/trunk.
=== added file 'bundle-dev.yaml'
--- bundle-dev.yaml	1970-01-01 00:00:00 +0000
+++ bundle-dev.yaml	2015-09-17 14:39:12 +0000
@@ -0,0 +1,59 @@
+services:
+  compute-slave:
+    charm: cs:~bigdata-dev/trusty/apache-hadoop-compute-slave
+    num_units: 3
+    annotations:
+      gui-x: "300"
+      gui-y: "200"
+    constraints: mem=3G
+  hdfs-master:
+    charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-master
+    num_units: 1
+    annotations:
+      gui-x: "600"
+      gui-y: "350"
+    constraints: mem=7G
+  hive:
+    charm: cs:~bigdata-dev/trusty/apache-hive
+    num_units: 1
+    annotations:
+      gui-x: "1200"
+      gui-y: "200"
+    constraints: mem=3G
+  mysql:
+    charm: cs:~bigdata-dev/trusty/mysql
+    num_units: 1
+    options:
+      binlog-format: ROW
+    annotations:
+      gui-x: "1200"
+      gui-y: "450"
+  plugin:
+    charm: cs:~bigdata-dev/trusty/apache-hadoop-plugin
+    annotations:
+      gui-x: "900"
+      gui-y: "200"
+  secondary-namenode:
+    charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-secondary
+    num_units: 1
+    annotations:
+      gui-x: "600"
+      gui-y: "600"
+    constraints: mem=7G
+  yarn-master:
+    charm: cs:~bigdata-dev/trusty/apache-hadoop-yarn-master
+    num_units: 1
+    annotations:
+      gui-x: "600"
+      gui-y: "100"
+    constraints: mem=7G
+series: trusty
+relations:
+  - [yarn-master, hdfs-master]
+  - [secondary-namenode, hdfs-master]
+  - [compute-slave, yarn-master]
+  - [compute-slave, hdfs-master]
+  - [plugin, yarn-master]
+  - [plugin, hdfs-master]
+  - [hive, plugin]
+  - [hive, mysql]

=== added file 'bundle-local.yaml'
--- bundle-local.yaml	1970-01-01 00:00:00 +0000
+++ bundle-local.yaml	2015-09-17 14:39:12 +0000
@@ -0,0 +1,59 @@
+services:
+  compute-slave:
+    charm: trusty/apache-hadoop-compute-slave
+    num_units: 3
+    annotations:
+      gui-x: "300"
+      gui-y: "200"
+    constraints: mem=3G
+  hdfs-master:
+    charm: trusty/apache-hadoop-hdfs-master
+    num_units: 1
+    annotations:
+      gui-x: "600"
+      gui-y: "350"
+    constraints: mem=7G
+  hive:
+    charm: trusty/apache-hive
+    num_units: 1
+    annotations:
+      gui-x: "1200"
+      gui-y: "200"
+    constraints: mem=3G
+  mysql:
+    charm: trusty/mysql
+    num_units: 1
+    options:
+      binlog-format: ROW
+    annotations:
+      gui-x: "1200"
+      gui-y: "450"
+  plugin:
+    charm: trusty/apache-hadoop-plugin
+    annotations:
+      gui-x: "900"
+      gui-y: "200"
+  secondary-namenode:
+    charm: trusty/apache-hadoop-hdfs-secondary
+    num_units: 1
+    annotations:
+      gui-x: "600"
+      gui-y: "600"
+    constraints: mem=7G
+  yarn-master:
+    charm: trusty/apache-hadoop-yarn-master
+    num_units: 1
+    annotations:
+      gui-x: "600"
+      gui-y: "100"
+    constraints: mem=7G
+series: trusty
+relations:
+  - [yarn-master, hdfs-master]
+  - [secondary-namenode, hdfs-master]
+  - [compute-slave, yarn-master]
+  - [compute-slave, hdfs-master]
+  - [plugin, yarn-master]
+  - [plugin, hdfs-master]
+  - [hive, plugin]
+  - [hive, mysql]

=== modified file 'bundle.yaml'
--- bundle.yaml	2015-09-16 22:10:35 +0000
+++ bundle.yaml	2015-09-17 14:39:12 +0000
@@ -14,7 +14,7 @@
       gui-y: "350"
     constraints: mem=7G
   hive:
-    charm: cs:trusty/apache-hive-8
+    charm: cs:trusty/apache-hive-9
     num_units: 1
     annotations:
       gui-x: "1200"


Follow ups