← Back to team overview

bigdata-dev team mailing list archive

[Merge] lp:~bigdata-dev/charms/bundles/data-analytics-with-pig-latin/cs-jps-quickfix into lp:~charmers/charms/bundles/data-analytics-with-pig-latin/bundle

 

Cory Johns has proposed merging lp:~bigdata-dev/charms/bundles/data-analytics-with-pig-latin/cs-jps-quickfix into lp:~charmers/charms/bundles/data-analytics-with-pig-latin/bundle.

Requested reviews:
  charmers (charmers)

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/bundles/data-analytics-with-pig-latin/cs-jps-quickfix/+merge/250988

Updated hdp-hadoop charm to latest version with fix for jps issue
-- 
Your team Juju Big Data Development is subscribed to branch lp:~bigdata-dev/charms/bundles/data-analytics-with-pig-latin/cs-jps-quickfix.
=== modified file 'README.md'
--- README.md	2014-09-22 17:27:07 +0000
+++ README.md	2015-02-25 20:41:28 +0000
@@ -1,4 +1,4 @@
-# hdp-hadoop-pig
+# Data Analytics with Pig Latin
 Big Data Analytic solution is a platform for analyzing large data sets that consists of a high-level language for expressing data analysis programs, coupled with infrastructure for evaluating these programs.
 Pig's infrastructure layer consists of a compiler that produces sequences of Map-Reduce programs, for which large-scale parallel implementations of HDP hadoop 2.4.1 is used.
 

=== modified file 'bundles.yaml'
--- bundles.yaml	2014-11-05 18:25:50 +0000
+++ bundles.yaml	2015-02-25 20:41:28 +0000
@@ -1,24 +1,24 @@
-data-analytics-with-pig-latin: 
-  services: 
-    "compute-node": 
-      charm: "cs:trusty/hdp-hadoop-4"
+data-analytics-with-pig-latin:
+  services:
+    "compute-node":
+      charm: "cs:trusty/hdp-hadoop-8"
       num_units: 1
-      annotations: 
+      annotations:
         "gui-x": "656.6386478556842"
         "gui-y": "997.2758247589375"
-    "yarn-hdfs-master": 
-      charm: "cs:trusty/hdp-hadoop-4"
+    "yarn-hdfs-master":
+      charm: "cs:trusty/hdp-hadoop-8"
       num_units: 1
-      annotations: 
+      annotations:
         "gui-x": "657.3613521443158"
         "gui-y": "654.7241752410625"
-    "hdp-pig": 
-      charm: "cs:trusty/hdp-pig-3"
+    "hdp-pig":
+      charm: "cs:trusty/hdp-pig-4"
       num_units: 1
-      annotations: 
+      annotations:
         "gui-x": "675.9159435670526"
         "gui-y": "279.7241752410624"
-  relations: 
+  relations:
     - - "hdp-pig:namenode"
       - "yarn-hdfs-master:namenode"
     - - "yarn-hdfs-master:namenode"
@@ -27,4 +27,6 @@
       - "compute-node:nodemanager"
     - - "hdp-pig:resourcemanager"
       - "yarn-hdfs-master:resourcemanager"
+    - - "hdp-pig:hadoop-nodes"
+      - "compute-node:hadoop-nodes"
   series: trusty