← 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

 

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

Requested reviews:
  Kevin W Monroe (kwmonroe)
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/282516

refresh with latest mysql charm (fixes sentry syntax in mysql test)
-- 
Your team Juju Big Data Development is subscribed to branch lp:~bigdata-dev/charms/bundles/apache-analytics-sql/trunk.
=== modified file 'bundle.yaml'
--- bundle.yaml	2015-12-15 17:00:27 +0000
+++ bundle.yaml	2016-01-13 21:49:15 +0000
@@ -21,7 +21,7 @@
       gui-y: "200"
     constraints: mem=3G
   mysql:
-    charm: cs:trusty/mysql-29
+    charm: cs:trusty/mysql-32
     num_units: 1
     options:
       binlog-format: ROW
@@ -29,7 +29,7 @@
       gui-x: "1200"
       gui-y: "450"
   plugin:
-    charm: cs:trusty/apache-hadoop-plugin-9
+    charm: cs:trusty/apache-hadoop-plugin-10
     annotations:
       gui-x: "900"
       gui-y: "200"


References