Merge lp:~bigdata-charmers/charms/bundles/data-analytics-with-pig-latin/bundle into lp:~charmers/charms/bundles/data-analytics-with-pig-latin/bundle

Proposed by Cory Johns
Status: Merged
Merged at revision: 8
Proposed branch: lp:~bigdata-charmers/charms/bundles/data-analytics-with-pig-latin/bundle
Merge into: lp:~charmers/charms/bundles/data-analytics-with-pig-latin/bundle
Diff against target: 57 lines (+15/-13)
2 files modified
README.md (+1/-1)
bundles.yaml (+14/-12)
To merge this branch: bzr merge lp:~bigdata-charmers/charms/bundles/data-analytics-with-pig-latin/bundle
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
amir sanjar (community) Approve
Review via email: mp+250999@code.launchpad.net

Description of the change

Work-around for upstream jps issue

To post a comment you must log in.
Revision history for this message
Cory Johns (johnsca) wrote :

The other two unmerged revisions are superseded by this change.

Revision history for this message
amir sanjar (asanjar) :
review: Approve
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.md'
2--- README.md 2014-09-22 17:27:07 +0000
3+++ README.md 2015-02-25 21:04:04 +0000
4@@ -1,4 +1,4 @@
5-# hdp-hadoop-pig
6+# Data Analytics with Pig Latin
7 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.
8 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.
9
10
11=== modified file 'bundles.yaml'
12--- bundles.yaml 2014-11-05 18:25:50 +0000
13+++ bundles.yaml 2015-02-25 21:04:04 +0000
14@@ -1,24 +1,24 @@
15-data-analytics-with-pig-latin:
16- services:
17- "compute-node":
18- charm: "cs:trusty/hdp-hadoop-4"
19+data-analytics-with-pig-latin:
20+ services:
21+ "compute-node":
22+ charm: "cs:trusty/hdp-hadoop-8"
23 num_units: 1
24- annotations:
25+ annotations:
26 "gui-x": "656.6386478556842"
27 "gui-y": "997.2758247589375"
28- "yarn-hdfs-master":
29- charm: "cs:trusty/hdp-hadoop-4"
30+ "yarn-hdfs-master":
31+ charm: "cs:trusty/hdp-hadoop-8"
32 num_units: 1
33- annotations:
34+ annotations:
35 "gui-x": "657.3613521443158"
36 "gui-y": "654.7241752410625"
37- "hdp-pig":
38- charm: "cs:trusty/hdp-pig-3"
39+ "hdp-pig":
40+ charm: "cs:trusty/hdp-pig-4"
41 num_units: 1
42- annotations:
43+ annotations:
44 "gui-x": "675.9159435670526"
45 "gui-y": "279.7241752410624"
46- relations:
47+ relations:
48 - - "hdp-pig:namenode"
49 - "yarn-hdfs-master:namenode"
50 - - "yarn-hdfs-master:namenode"
51@@ -27,4 +27,6 @@
52 - "compute-node:nodemanager"
53 - - "hdp-pig:resourcemanager"
54 - "yarn-hdfs-master:resourcemanager"
55+ - - "hdp-pig:hadoop-nodes"
56+ - "compute-node:hadoop-nodes"
57 series: trusty

Subscribers

People subscribed via source and target branches

to all changes: