← Back to team overview

bigdata-dev team mailing list archive

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

 

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

Requested reviews:
  Juju Big Data Development (bigdata-dev)
Related bugs:
  Bug #1475670 in Juju Charms Collection: "bigdata solution: Integrate Apache Hadoop with Pig data analytic application"
  https://bugs.launchpad.net/charms/+bug/1475670

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

add revnos to charms
-- 
Your team Juju Big Data Development is requested to review the proposed merge of lp:~bigdata-dev/charms/bundles/apache-analytics-pig/trunk into lp:~charmers/charms/bundles/apache-analytics-pig/bundle.
=== modified file 'bundle.yaml'
--- bundle.yaml	2015-07-17 12:49:36 +0000
+++ bundle.yaml	2015-09-16 22:15:49 +0000
@@ -1,39 +1,39 @@
 services:
   compute-slave:
-    charm: cs:trusty/apache-hadoop-compute-slave
+    charm: cs:trusty/apache-hadoop-compute-slave-8
     num_units: 3
     annotations:
       gui-x: "300"
       gui-y: "200"
     constraints: mem=3G
   hdfs-master:
-    charm: cs:trusty/apache-hadoop-hdfs-master
+    charm: cs:trusty/apache-hadoop-hdfs-master-8
     num_units: 1
     annotations:
       gui-x: "600"
       gui-y: "350"
     constraints: mem=7G
   pig:
-    charm: cs:trusty/apache-pig
+    charm: cs:trusty/apache-pig-6
     num_units: 1
     annotations:
       gui-x: "1200"
       gui-y: "200"
     constraints: mem=3G
   plugin:
-    charm: cs:trusty/apache-hadoop-plugin
+    charm: cs:trusty/apache-hadoop-plugin-7
     annotations:
       gui-x: "900"
       gui-y: "200"
   secondary-namenode:
-    charm: cs:trusty/apache-hadoop-hdfs-secondary
+    charm: cs:trusty/apache-hadoop-hdfs-secondary-6
     num_units: 1
     annotations:
       gui-x: "600"
       gui-y: "600"
     constraints: mem=7G
   yarn-master:
-    charm: cs:trusty/apache-hadoop-yarn-master
+    charm: cs:trusty/apache-hadoop-yarn-master-6
     num_units: 1
     annotations:
       gui-x: "600"


Follow ups