← Back to team overview

bigdata-dev team mailing list archive

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

 

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

Requested reviews:
  Juju Big Data Development (bigdata-dev)

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk/+merge/280619

Bump plugin revno to pin charm-benchmark. Newer charm-benchmark updates charmhelpers to a version that is incompatible with the plugin's CH fork.
-- 
Your team Juju Big Data Development is requested to review the proposed merge of lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk into lp:~charmers/charms/bundles/apache-core-batch-processing/bundle.
=== modified file 'bundle-dev.yaml'
--- bundle-dev.yaml	2015-09-16 20:19:24 +0000
+++ bundle-dev.yaml	2015-12-15 16:52:55 +0000
@@ -11,7 +11,7 @@
     annotations:
       gui-x: "250"
       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-16 20:19:24 +0000
+++ bundle-local.yaml	2015-12-15 16:52:55 +0000
@@ -11,7 +11,7 @@
     annotations:
       gui-x: "250"
       gui-y: "200"
-    constraints: mem=3G
+    constraints: mem=7G
   hdfs-master:
     charm: local:trusty/apache-hadoop-hdfs-master
     num_units: 1

=== modified file 'bundle.yaml'
--- bundle.yaml	2015-10-07 21:00:45 +0000
+++ bundle.yaml	2015-12-15 16:52:55 +0000
@@ -11,7 +11,7 @@
     annotations:
       gui-x: "250"
       gui-y: "200"
-    constraints: mem=3G
+    constraints: mem=7G
   hdfs-master:
     charm: cs:trusty/apache-hadoop-hdfs-master-9
     num_units: 1
@@ -20,7 +20,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: "950"
       gui-y: "200"


Follow ups