← Back to team overview

bigdata-dev team mailing list archive

[Merge] lp:~bigdata-dev/charms/trusty/apache-flume-hdfs/hdfs-only into lp:~bigdata-dev/charms/trusty/apache-flume-hdfs/trunk

 

Cory Johns has proposed merging lp:~bigdata-dev/charms/trusty/apache-flume-hdfs/hdfs-only into lp:~bigdata-dev/charms/trusty/apache-flume-hdfs/trunk.

Requested reviews:
  Juju Big Data Development (bigdata-dev)

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/trusty/apache-flume-hdfs/hdfs-only/+merge/268002

Added support for HDFS-only, for use with the new hadoop-plugin
-- 
Your team Juju Big Data Development is requested to review the proposed merge of lp:~bigdata-dev/charms/trusty/apache-flume-hdfs/hdfs-only into lp:~bigdata-dev/charms/trusty/apache-flume-hdfs/trunk.
=== modified file 'hooks/common.py'
--- hooks/common.py	2015-07-28 03:28:46 +0000
+++ hooks/common.py	2015-08-13 21:24:48 +0000
@@ -62,7 +62,7 @@
             ],
             'requires': [
                 flume.verify_resources,
-                jujubigdata.relations.HadoopPlugin(),
+                jujubigdata.relations.HadoopPlugin(hdfs_only=True),
                 callbacks.update_blocked_status,  # not really a requirement, but best way to fit into framework
             ],
             'callbacks': [


Follow ups