Cory Johns has proposed merging
lp:~bigdata-dev/charms/trusty/hdp-zookeeper/cs-jps-quickfix into
lp:charms/trusty/hdp-zookeeper.
Requested reviews:
Big Data Charmers (bigdata-charmers)
For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/trusty/hdp-zookeeper/cs-jps-quickfix/+merge/250936
Work around the upstream JPS issue
(https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/1417962)
--
Your team Juju Big Data Development is subscribed to branch
lp:~bigdata-dev/charms/trusty/hdp-zookeeper/cs-jps-quickfix.
=== modified file 'tests/10-deploy'
--- tests/10-deploy 2014-12-02 05:42:43 +0000
+++ tests/10-deploy 2015-02-25 14:50:05 +0000
@@ -30,7 +30,7 @@
def test_zookeeper_service_status(self):
- o,c= self.zk_unit.run("jps | awk '{print $2}'")
+ o,c= self.zk_unit.run("pgrep -a java")
if o.find('QuorumPeerMain') == -1:
amulet.raise_status(amulet.FAIL, msg="Zookeeper QuorumPeerMain not started")
--
Mailing list: https://launchpad.net/~bigdata-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~bigdata-dev
More help : https://help.launchpad.net/ListHelp