Merge lp:~bigdata-dev/charms/trusty/apache-hive/trunk into lp:charms/trusty/apache-hive

Proposed by Cory Johns
Status: Merged
Merged at revision: 47
Proposed branch: lp:~bigdata-dev/charms/trusty/apache-hive/trunk
Merge into: lp:charms/trusty/apache-hive
Diff against target: 12 lines (+1/-1)
1 file modified
tests/100-deploy-hive-mysql (+1/-1)
To merge this branch: bzr merge lp:~bigdata-dev/charms/trusty/apache-hive/trunk
Reviewer Review Type Date Requested Status
Kevin W Monroe Approve
Review via email: mp+271469@code.launchpad.net

Description of the change

Fix typo in last test change. Reduce compute-slave unit count for test performance.

To post a comment you must log in.
Revision history for this message
Kevin W Monroe (kwmonroe) 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 'tests/100-deploy-hive-mysql'
2--- tests/100-deploy-hive-mysql 2015-09-16 21:48:35 +0000
3+++ tests/100-deploy-hive-mysql 2015-09-17 13:07:07 +0000
4@@ -15,7 +15,7 @@
5 # Deploy a hadoop cluster
6 cls.d.add('yarn-master', charm='cs:trusty/apache-hadoop-yarn-master')
7 cls.d.add('hdfs-master', charm='cs:trusty/apache-hadoop-hdfs-master')
8- cls.d.add('compute-slave', charm='cstrusty/apache-hadoop-compute-slave', units=3)
9+ cls.d.add('compute-slave', charm='cs:trusty/apache-hadoop-compute-slave')
10 cls.d.add('plugin', charm='cs:trusty/apache-hadoop-plugin')
11 cls.d.relate('yarn-master:namenode', 'hdfs-master:namenode')
12 cls.d.relate('compute-slave:nodemanager', 'yarn-master:nodemanager')

Subscribers

People subscribed via source and target branches