← Back to team overview

bigdata-dev team mailing list archive

[Merge] lp:~bigdata-dev/charms/bundles/apache-hadoop-spark-zeppelin/trunk into lp:~charmers/charms/bundles/apache-hadoop-spark-zeppelin/bundle

 

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

Requested reviews:
  Juju Big Data Development (bigdata-dev)
Related bugs:
  Bug #1475632 in Juju Charms Collection: "Bigdata solution - integrated Hadoop, Spark, and zeppelin visualization "
  https://bugs.launchpad.net/charms/+bug/1475632

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/bundles/apache-hadoop-spark-zeppelin/trunk/+merge/280637

Bump plugin revno to pin charm-benchmark. Newer charm-benchmark updates charmhelpers to a version that is incompatible with the plugin's CH fork. Also bumping slave constraint to match masters.
-- 
Your team Juju Big Data Development is requested to review the proposed merge of lp:~bigdata-dev/charms/bundles/apache-hadoop-spark-zeppelin/trunk into lp:~charmers/charms/bundles/apache-hadoop-spark-zeppelin/bundle.
=== modified file 'bundle-dev.yaml'
--- bundle-dev.yaml	2015-09-17 13:16:26 +0000
+++ bundle-dev.yaml	2015-12-15 20:17:33 +0000
@@ -5,7 +5,7 @@
     annotations:
       gui-x: "300"
       gui-y: "200"
-    constraints: mem=3G
+    constraints: mem=7G
   hdfs-master:
     charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-master
     num_units: 1

=== modified file 'bundle-local.yaml'
--- bundle-local.yaml	2015-09-17 20:38:04 +0000
+++ bundle-local.yaml	2015-12-15 20:17:33 +0000
@@ -5,7 +5,7 @@
     annotations:
       gui-x: "300"
       gui-y: "200"
-    constraints: mem=3G
+    constraints: mem=7G
   hdfs-master:
     charm: apache-hadoop-hdfs-master
     num_units: 1

=== modified file 'bundle.yaml'
--- bundle.yaml	2015-10-21 14:49:56 +0000
+++ bundle.yaml	2015-12-15 20:17:33 +0000
@@ -5,7 +5,7 @@
     annotations:
       gui-x: "300"
       gui-y: "200"
-    constraints: mem=3G
+    constraints: mem=7G
   hdfs-master:
     charm: cs:trusty/apache-hadoop-hdfs-master-9
     num_units: 1
@@ -14,7 +14,7 @@
       gui-y: "350"
     constraints: mem=7G
   plugin:
-    charm: cs:trusty/apache-hadoop-plugin-8
+    charm: cs:trusty/apache-hadoop-plugin-9
     annotations:
       gui-x: "900"
       gui-y: "200"


Follow ups